commit | 2a48b3a2c4ec0f1775deeac5cfe7e61072b6b894 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Feb 09 13:41:28 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 13:41:28 2017 -0500 |
tree | ed8f36e335c1a91860f4372ab173c2bb254df342 | |
parent | e1a71f8b339220fa74c9cd5d36ae9c444c492e83 [diff] |
omap_hsmmc.c: Fix build warning on non-omap3 It was incorrect to always include "asm/arch-omap3/mux.h" constantly. This introduced warnings on non-omap3 where certain values will conflict between the various families. Conditionally guard the inclusion in order to correct the problem. Fixes: 6aca17c9b7e8 ("drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx") Signed-off-by: Tom Rini <trini@konsulko.com>