diff options
| author | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-25 03:11:39 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-25 03:11:39 +0200 |
| commit | d41a84b5121f484e86f0484da32a6a71a55a7024 (patch) | |
| tree | 947e7a80f1b72dcd617df87c461029c3514a795f /include | |
| parent | f85d46171497273f5fed869d1813ec33f42566bc (diff) | |
After some grepping and talking to maintainers, I did the appended cleanup
patch. This should be it from me until char/keyboard.c becomes a real input
layer client, but this final patch will be _very_ small now :-)).
-- Franz Sirl
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/keyboard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/keyboard.h b/include/asm-ppc/keyboard.h index bda2d671d563..cde58bef0916 100644 --- a/include/asm-ppc/keyboard.h +++ b/include/asm-ppc/keyboard.h @@ -25,10 +25,6 @@ #include <linux/ioport.h> #include <linux/kd.h> #include <asm/io.h> -/* IBM Spruce platform is different. */ -#ifdef CONFIG_SPRUCE -#include <platforms/spruce.h> -#endif #ifndef KEYBOARD_IRQ #define KEYBOARD_IRQ 1 |
