> Hi,
> 
> Removing unused code:
> * arch/mac68k/include/keyboard.h not used in kernel sources

ok miod@

> * not need define KEYBOARD_ARRAY (variable keyboard[] used only in
>   dev/adb/akbd.c if defined WSDISPLAY_COMPAT_RAWKBD)

Not ok. arch/macppc/dev/akdb_machdep.c includes
<dev/adb/keyboard.h>, and will include the definition of keyboard[].

The real fix would be to simply move the array from dev/adb/keyboard.h
to dev/adb/akbdmap.h.

Miod

Reply via email to