diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-05-02 10:21:49 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-23 02:56:15 -0400 |
commit | a4de0424a175d25dc5259eb5bc6be56c7cf9d356 (patch) | |
tree | 4915ab8b56cd6c32fd42ad978fa4776b577b62c4 /arch/arm/mach-mxs/devices-mx28.h | |
parent | e55e48ff6952800a48d4325934f373354cd0c533 (diff) |
arm: mach-mxs: add device for rtc
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-mxs/devices-mx28.h')
-rw-r--r-- | arch/arm/mach-mxs/devices-mx28.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/devices-mx28.h b/arch/arm/mach-mxs/devices-mx28.h index c0f21cef4b5d..c8887103f0e3 100644 --- a/arch/arm/mach-mxs/devices-mx28.h +++ b/arch/arm/mach-mxs/devices-mx28.h | |||
@@ -48,3 +48,5 @@ struct platform_device *__init mx28_add_mxsfb( | |||
48 | 48 | ||
49 | extern const struct mxs_saif_data mx28_saif_data[] __initconst; | 49 | extern const struct mxs_saif_data mx28_saif_data[] __initconst; |
50 | #define mx28_add_saif(id) mxs_add_saif(&mx28_saif_data[id]) | 50 | #define mx28_add_saif(id) mxs_add_saif(&mx28_saif_data[id]) |
51 | |||
52 | struct platform_device *__init mx28_add_rtc_stmp3xxx(void); | ||