diff options
Diffstat (limited to 'arch/arm/mach-mmp/aspenite.c')
| -rw-r--r-- | arch/arm/mach-mmp/aspenite.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 06b5fa853c9..cf875189132 100644 --- a/arch/arm/mach-mmp/aspenite.c +++ b/arch/arm/mach-mmp/aspenite.c @@ -8,7 +8,7 @@   *  it under the terms of the GNU General Public License version 2 as   *  publishhed by the Free Software Foundation.   */ - +#include <linux/gpio.h>  #include <linux/init.h>  #include <linux/kernel.h>  #include <linux/platform_device.h> @@ -23,7 +23,6 @@  #include <mach/addr-map.h>  #include <mach/mfp-pxa168.h>  #include <mach/pxa168.h> -#include <mach/gpio.h>  #include <video/pxa168fb.h>  #include <linux/input.h>  #include <plat/pxa27x_keypad.h>  |