提交 5605d4de 编写于 作者: A Adrian Bunk 提交者: Paul Mackerras

[POWERPC] Make drivers/char/hvc_console.c:khvcd() static

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 32efddf8
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册