Home
last modified time | relevance | path

Searched hist:"2 a48b3a2c4ec0f1775deeac5cfe7e61072b6b894" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Domap_hsmmc.c2a48b3a2c4ec0f1775deeac5cfe7e61072b6b894 Thu Feb 09 18:41:28 UTC 2017 Tom Rini <trini@konsulko.com> 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>