aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/tavorevb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mmp/tavorevb.c')
-rw-r--r--arch/arm/mach-mmp/tavorevb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/tavorevb.c b/arch/arm/mach-mmp/tavorevb.c
index c296b75c4453..143e52ede8ef 100644
--- a/arch/arm/mach-mmp/tavorevb.c
+++ b/arch/arm/mach-mmp/tavorevb.c
@@ -7,7 +7,7 @@
7 * it under the terms of the GNU General Public License version 2 as 7 * it under the terms of the GNU General Public License version 2 as
8 * publishhed by the Free Software Foundation. 8 * publishhed by the Free Software Foundation.
9 */ 9 */
10 10#include <linux/gpio.h>
11#include <linux/init.h> 11#include <linux/init.h>
12#include <linux/kernel.h> 12#include <linux/kernel.h>
13#include <linux/platform_device.h> 13#include <linux/platform_device.h>
@@ -18,7 +18,6 @@
18#include <mach/addr-map.h> 18#include <mach/addr-map.h>
19#include <mach/mfp-pxa910.h> 19#include <mach/mfp-pxa910.h>
20#include <mach/pxa910.h> 20#include <mach/pxa910.h>
21#include <mach/gpio.h>
22 21
23#include "common.h" 22#include "common.h"
24 23