mmc: fix non-arm build due to eMMC 4.3+ change
authorOlof Johansson <olof@lixom.net>
Wed, 28 Jul 2010 04:11:15 +0000 (23:11 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:28:10 +0000 (16:28 -0700)
commit1c119f2c1667ea2747693f7fd2166205e1a10b09
treee3f718a359d8816c3482284a6b1f621afb3c378d
parent03b85005e5dc138baa22e91e9f8f3af5d610ef0e
mmc: fix non-arm build due to eMMC 4.3+ change

drivers/mmc/core/mmc.c:228: error: ‘SZ_256K’ undeclared (first use in this function)

Introduced by:
    mmc: subtract boot sectors from disk size for eMMC 4.3+ devices

(SZ_* doesn't exist on anything but arm)

Change-Id: I981217adea4ef56bf870562b6711488f3f4bf830
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/mmc/core/mmc.c