[ARM] OMAP: Fix MMC device data
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 9 Sep 2008 09:16:22 +0000 (10:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 11 Sep 2008 09:28:38 +0000 (10:28 +0100)
commit7736c09c6cf9521f2413d78856a66f4a37046e84
tree35428fcf7943aee64a94c2a3a84a9112bad8b5a5
parentadee14b2e1557d0a8559f29681732d05a89dfc35
[ARM] OMAP: Fix MMC device data

OMAPs MMC device data was passing the wrong structure via the platform
device.  Moreover, a missing function means that both sx1_defconfig
and omap_h2_1610_defconfig builds failed with

undefined reference to `omap_set_mmc_info'

errors.  Fix this by updating the MMC support from the omapzoom tree.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-omap/devices.c