]> Pileus Git - ~andy/linux/commit
mmc: mxcmmc: remove cpu_is_xxx by using platform_device_id
authorShawn Guo <shawn.guo@linaro.org>
Sun, 16 Sep 2012 08:54:30 +0000 (16:54 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:05:41 +0000 (10:05 +0800)
commit7f917a8df68985aa38a90b7110b5f42bfa0d7cda
tree1b7f0449267b5f573ccf0b51df0616a4f5533159
parent27b76486a3e5be1cfd19dc59452e4185c5d43dff
mmc: mxcmmc: 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>
Acked-by: Chris Ball <cjb@laptop.org>
Tested-by: Javier Martin <javier.martin@vista-silicon.com>
Cc: linux-mmc@vger.kernel.org
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-mmc.c
arch/arm/mach-imx/mach-mx31_3ds.c
arch/arm/mach-imx/mach-mx31moboard.c
arch/arm/mach-imx/mach-pcm038.c
drivers/mmc/host/mxcmmc.c