You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[POWERPC] Make drivers/char/hvc_console.c:khvcd() static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
32efddf852
commit
5605d4def1
@@ -674,7 +674,7 @@ static const cpumask_t cpus_in_xmon = CPU_MASK_NONE;
|
||||
* calling hvc_poll() who determines whether a console adapter support
|
||||
* interrupts.
|
||||
*/
|
||||
int khvcd(void *unused)
|
||||
static int khvcd(void *unused)
|
||||
{
|
||||
int poll_mask;
|
||||
struct hvc_struct *hp;
|
||||
|
||||
Reference in New Issue
Block a user