git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9193065
)
ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected
author
Tony Lindgren
<tony@atomide.com>
Wed, 6 Jun 2012 08:42:20 +0000
(
01:42
-0700)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 6 Jun 2012 08:42:20 +0000
(
01:42
-0700)
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>
No differences found