diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2012-02-23 23:37:33 +0800 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@marvell.com> | 2012-02-28 11:23:09 +0800 |
commit | 4128e27584f58bce9f56a9a0346650c94a651332 (patch) | |
tree | bcfa500d88f31351b5d761e512d97ce872924ab8 /arch/arm/mach-mmp/include/mach/pxa910.h | |
parent | 8e8bbcb3685ab809348d300b8e2c1f1ea0294e81 (diff) |
ARM: mmp: enable rtc in pxa910
Support rtc-sa1100 driver in pxa910.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/pxa910.h')
-rw-r--r-- | arch/arm/mach-mmp/include/mach/pxa910.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h index 4de13abef7bb..e2e1f1e5e124 100644 --- a/arch/arm/mach-mmp/include/mach/pxa910.h +++ b/arch/arm/mach-mmp/include/mach/pxa910.h @@ -22,6 +22,7 @@ extern struct pxa_device_desc pxa910_device_pwm4; extern struct pxa_device_desc pxa910_device_nand; extern struct platform_device pxa910_device_gpio; +extern struct platform_device pxa910_device_rtc; static inline int pxa910_add_uart(int id) { |