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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/saarb.c b/arch/arm/mach-pxa/saarb.c
index aebd5d9243c..46682176666 100644
--- a/arch/arm/mach-pxa/saarb.c
+++ b/arch/arm/mach-pxa/saarb.c
@@ -9,19 +9,21 @@
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>
16#include <linux/i2c/pxa-i2c.h> 16#include <linux/i2c/pxa-i2c.h>
17#include <linux/mfd/88pm860x.h> 17#include <linux/mfd/88pm860x.h>
18#include <linux/gpio.h>
18 19
19#include <asm/mach-types.h> 20#include <asm/mach-types.h>
20#include <asm/mach/arch.h> 21#include <asm/mach/arch.h>
21 22
22#include <mach/irqs.h> 23#include <mach/irqs.h>
23#include <mach/hardware.h> 24#include <mach/hardware.h>
24#include <mach/gpio.h> 25#include <mach/mfp.h>
26#include <mach/mfp-pxa930.h>
25#include <mach/pxa95x.h> 27#include <mach/pxa95x.h>
26 28
27#include "generic.h" 29#include "generic.h"