1
0
Fork 0

[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>
hifive-unleashed-5.1
Adrian Bunk 2007-07-09 11:37:38 -07:00 committed by Paul Mackerras
parent 32efddf852
commit 5605d4def1
1 changed files with 1 additions and 1 deletions

View File

@ -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;