浏览代码

[XTENSA] Remove dead code reported by Robert P. J. Day.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Christian Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Adrian Bunk 17 年之前
父节点
当前提交
78c5bbc15b
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      arch/xtensa/kernel/setup.c

+ 0 - 5
arch/xtensa/kernel/setup.c

@@ -60,11 +60,6 @@ struct ide_ops *ide_ops;
 extern struct rtc_ops no_rtc_ops;
 struct rtc_ops *rtc_ops;
 
-#ifdef CONFIG_PC_KEYB
-extern struct kbd_ops no_kbd_ops;
-struct kbd_ops *kbd_ops;
-#endif
-
 #ifdef CONFIG_BLK_DEV_INITRD
 extern void *initrd_start;
 extern void *initrd_end;