Well everything seemed to compile fine, but when I tried booting the kernel I found the keyboard no longer works.
I did get some warnings when compiling, including this one:
CODE
In file included from drivers/input/keyboard/corgikbd.c:24:
arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h:4:2: warning: #warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h
CC drivers/input/keyboard/spitzkbd.o
arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h:4:2: warning: #warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h
CC drivers/input/keyboard/spitzkbd.o
Has anyone tried doing this? Anyone know where it's going wrong?
Cheers,
Dan