Update of /cvsroot/linuxdc/linux/include/asm-sh
In directory usw-pr-cvs1:/tmp/cvs-serv9655/include/asm-sh
Modified Files:
keyboard.h
Log Message:
Vapor dcfb changed to _real_ pvr2dcfb...
Index: keyboard.h
===================================================================
RCS file: /cvsroot/linuxdc/linux/include/asm-sh/keyboard.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** keyboard.h 2001/02/09 16:28:28 1.3
--- keyboard.h 2001/03/01 10:58:06 1.4
***************
*** 39,43 ****
extern void hp600_kbd_init_hw(void);
- extern void dreamcast_kbd_init_hw(void);
static __inline__ void kbd_init_hw(void)
--- 39,42 ----
***************
*** 45,51 ****
if (MACH_HP600) {
hp600_kbd_init_hw();
- }
- if (MACH_DREAMCAST) {
- dreamcast_kbd_init_hw();
}
}
--- 44,47 ----
|