diff options
Diffstat (limited to 'board/mpl/common/kbd.c')
-rw-r--r-- | board/mpl/common/kbd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/mpl/common/kbd.c b/board/mpl/common/kbd.c index 5b87cdb..9bd1ff9 100644 --- a/board/mpl/common/kbd.c +++ b/board/mpl/common/kbd.c @@ -137,8 +137,6 @@ void enable_8259A_irq(unsigned int irq); #define KBD_BUFFER_LEN 0x20 /* size of the keyboardbuffer */ - - static volatile char kbd_buffer[KBD_BUFFER_LEN]; static volatile int in_pointer = 0; static volatile int out_pointer = 0; @@ -450,7 +448,6 @@ unsigned char handle_kbd_event(void) } - /****************************************************************************** * Lowlevel Part of keyboard section */ @@ -648,8 +645,3 @@ void kbd_interrupt(void) { handle_kbd_event(); } - - - -/* eof */ - |