aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/include
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-05-03 03:25:52 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-04 12:50:04 -0400
commit5b1f7ddf18b75adeb433ef9d91a2e4bd7580facc (patch)
treed0567f37e6d9d8390a0755963ecf2bd9b83498b7 /arch/arm/mach-ux500/include
parentf9faf23799d0726afb56ee6c6c53fbea00ec7de3 (diff)
ARM: 6086/1: ux500: move gpio devices to devices-db8500.c
The GPIO layout is different on DB5500, so move the current one to devices-db8500.c. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r--arch/arm/mach-ux500/include/mach/devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h
index 251b4eb8694a..76b3569f055e 100644
--- a/arch/arm/mach-ux500/include/mach/devices.h
+++ b/arch/arm/mach-ux500/include/mach/devices.h
@@ -10,6 +10,8 @@
10struct platform_device; 10struct platform_device;
11struct amba_device; 11struct amba_device;
12 12
13extern struct platform_device u8500_gpio_devs[];
14
13extern struct amba_device ux500_pl031_device; 15extern struct amba_device ux500_pl031_device;
14extern struct amba_device u8500_ssp0_device; 16extern struct amba_device u8500_ssp0_device;
15extern struct amba_device ux500_uart0_device; 17extern struct amba_device ux500_uart0_device;