From: Tony Lindgren Date: Wed, 6 Jun 2012 08:42:20 +0000 (-0700) Subject: ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected X-Git-Tag: omap-fixes-for-v3.5-rc1~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f968cabcb1cd0c253fa25850970e5376f9eef065;p=pandora-kernel.git ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected If CONFIG_MMC_OMAP is not set and CONFIG_MMC_OMAP_HS is set, we can get error: redefinition of `omap242x_init_mmc' error. Fix it by removing MMC_OMAP_HS from MMC_OMAP ifdefs as they do not depend on each other. While at it, also prettify the formatting a bit. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed