[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:
Родитель
32efddf852
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче