diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-05-03 08:03:52 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-04 17:50:03 +0100 |
commit | 9e4e7fe1a97191e373257ab59e3d6bbcce9a9f1e (patch) | |
tree | d29bb31d26432225887d2ee00c77b0f5f07f5acf /arch/arm/mach-ux500/include/mach | |
parent | d48fd006e6d9394e9abd14f4747034f73bb6a386 (diff) | |
download | blackbird-op-linux-9e4e7fe1a97191e373257ab59e3d6bbcce9a9f1e.tar.gz blackbird-op-linux-9e4e7fe1a97191e373257ab59e3d6bbcce9a9f1e.zip |
ARM: 6083/1: ux500: put DB8500-specific devices in devices-db8500.c
Add devices-db8500.c for DB8500-specific devices, starting
with SSP0.
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/mach')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h index 5bca7c605cd6..90229b168959 100644 --- a/arch/arm/mach-ux500/include/mach/devices.h +++ b/arch/arm/mach-ux500/include/mach/devices.h @@ -11,5 +11,6 @@ struct platform_device; struct amba_device; extern struct amba_device ux500_pl031_device; +extern struct amba_device u8500_ssp0_device; #endif |