summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-14 15:20:26 +0200
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:10:46 +0000
commit7d5acd24fcab151d36192ba324379ccf9df04a03 (patch)
tree5a9f673c74db832871632d81ecdcf1f264cb3ae9 /arch/arm/mach-ux500/board-mop500.c
parentfde714c141a5eab2ac2c09e74b1350912d061b20 (diff)
mach-ux500: Fix for gpio header move
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 3c1590f7796..96e0744610e 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -34,8 +34,9 @@
#include <linux/spi/stm_msp.h>
#include <linux/leds_pwm.h>
#include <linux/pwm_backlight.h>
-
+#include <linux/gpio/nomadik.h>
#include <linux/leds.h>
+
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
@@ -791,7 +792,7 @@ static struct platform_device *snowball_platform_devs[] __initdata = {
&snowball_led_dev,
&snowball_key_dev,
&snowball_sbnet_dev,
-// &ab8500_device,
+ &ab8500_device,
&snowball_gpio_wlan_vbat_regulator_device,
&u8500_mcde_device,
&u8500_b2r2_device,