mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00: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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user