diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-12-07 17:14:47 -0800 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-02-13 15:05:36 -0800 |
commit | 78c5bbc15bc467ec98cf4db55ae9c57522c1b77b (patch) | |
tree | dbc3de520d191af2b803fc2b249c4471e37851ca | |
parent | 1e12e3919ea83ce28f8c017b83f68739485fef81 (diff) |
[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>
-rw-r--r-- | arch/xtensa/kernel/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index b80f2cb1b4f..5e6d75c9f92 100644 --- a/arch/xtensa/kernel/setup.c +++ b/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; |