commit | f968cabcb1cd0c253fa25850970e5376f9eef065 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Wed Jun 06 01:42:20 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Jun 06 01:42:20 2012 -0700 |
tree | 669f285f91fb1b1fdd708edb52feed8cf65b9526 | |
parent | 91930652a23de0873a157aa1d9962cb878d64451 [diff] |
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 <tony@atomide.com>