diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-09 11:37:38 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-07-10 22:03:27 +1000 |
commit | 5605d4def1b33721c268067620b163af0a9e2474 (patch) | |
tree | 3df8ea6805c9d79dac0fc6dab3956f8e94431f54 | |
parent | 32efddf8526879a77d58aa635c5d5dd45bb87fd9 (diff) |
[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>
-rw-r--r-- | drivers/char/hvc_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hvc_console.c b/drivers/char/hvc_console.c index 322bc5f7d86b..b3ab42e0dd4a 100644 --- a/drivers/char/hvc_console.c +++ b/drivers/char/hvc_console.c @@ -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; |