]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id
authorShawn Guo <shawn.guo@linaro.org>
Sat, 15 Sep 2012 06:26:14 +0000 (14:26 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:03:16 +0000 (10:03 +0800)
commitbb1d34a20d537e2f2342db8b5918512f05b0f852
treef98a0ccfd5a959a4638715df601cdd9561765771
parent4d62435f0601ecec379fdc48749a10353fee8217
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id

It changes the driver to use platform_device_id rather than cpu_is_xxx
to determine the controller type, and updates the platform code
accordingly.

As the result, mach/hardware.h inclusion gets removed from the driver.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: rtc-linux@googlegroups.com
arch/arm/mach-imx/clk-imx1.c
arch/arm/mach-imx/clk-imx27.c
arch/arm/mach-imx/clk-imx31.c
arch/arm/mach-imx/devices/devices-common.h
arch/arm/mach-imx/devices/platform-mxc_rtc.c
drivers/rtc/rtc-mxc.c