diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2008-11-14 01:50:56 +0300 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 09:43:47 +0300 |
commit | 724931465c234f71551e229dcd8842d1fc531d77 (patch) | |
tree | 2ff6bc90a2d95497fc5f7588b2a13e8211e3941e /arch/arm/mach-pxa/devices.h | |
parent | a10c287d393bdd32127d59f3ec8fd7bb80e2fa05 (diff) | |
download | linux-724931465c234f71551e229dcd8842d1fc531d77.tar.xz |
[ARM] pxa: add resources for incoming rtc-pxa driver
Add IO memory and IRQ ressources for pxa based SoC to be
able to use the new rtc-pxa driver.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/devices.h')
-rw-r--r-- | arch/arm/mach-pxa/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h index bb04af4b0aa3..ecc24a4dca6d 100644 --- a/arch/arm/mach-pxa/devices.h +++ b/arch/arm/mach-pxa/devices.h @@ -11,6 +11,7 @@ extern struct platform_device pxa_device_hwuart; extern struct platform_device pxa_device_i2c; extern struct platform_device pxa_device_i2s; extern struct platform_device pxa_device_ficp; +extern struct platform_device sa1100_device_rtc; extern struct platform_device pxa_device_rtc; extern struct platform_device pxa_device_ac97; |