diff options
author | Mark F. Brown <mark.brown314@gmail.com> | 2010-09-03 18:28:06 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-10-09 17:07:10 +0800 |
commit | 4a2490eac897e3648c4800b1068b56b7e1ad91b3 (patch) | |
tree | a9fce2171034c8fc3f5d05f7bc7616aa4f92f110 /arch/arm/mach-pxa/devices.c | |
parent | a754aea25e804d0635d1871558bee5024605ff92 (diff) | |
download | op-kernel-dev-4a2490eac897e3648c4800b1068b56b7e1ad91b3.zip op-kernel-dev-4a2490eac897e3648c4800b1068b56b7e1ad91b3.tar.gz |
ARM: pxa: moved pxa27x_keypad.h to platform pxa directory
mach-mmp utilizes pxa27x_keypad code so we need to move header to
platform pxa directory.
Signed-off-by: Mark F. Brown <mark.brown314@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/devices.c')
-rw-r--r-- | arch/arm/mach-pxa/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index a2fc859..08b4103 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c @@ -11,7 +11,7 @@ #include <mach/mmc.h> #include <mach/irda.h> #include <mach/ohci.h> -#include <mach/pxa27x_keypad.h> +#include <plat/pxa27x_keypad.h> #include <mach/pxa2xx_spi.h> #include <mach/camera.h> #include <mach/audio.h> |