aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/saarb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/saarb.c')
-rw-r--r--arch/arm/mach-pxa/saarb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/saarb.c b/arch/arm/mach-pxa/saarb.c
index ebd6379c4969..87e9b757ef34 100644
--- a/arch/arm/mach-pxa/saarb.c
+++ b/arch/arm/mach-pxa/saarb.c
@@ -9,7 +9,7 @@
9 * it under the terms of the GNU General Public License version 2 as 9 * it under the terms of the GNU General Public License version 2 as
10 * publishhed by the Free Software Foundation. 10 * publishhed by the Free Software Foundation.
11 */ 11 */
12 12#include <linux/gpio.h>
13#include <linux/init.h> 13#include <linux/init.h>
14#include <linux/kernel.h> 14#include <linux/kernel.h>
15#include <linux/i2c.h> 15#include <linux/i2c.h>
@@ -23,7 +23,6 @@
23#include <mach/hardware.h> 23#include <mach/hardware.h>
24#include <mach/mfp.h> 24#include <mach/mfp.h>
25#include <mach/mfp-pxa930.h> 25#include <mach/mfp-pxa930.h>
26#include <mach/gpio.h>
27 26
28#include "generic.h" 27#include "generic.h"
29 28