diff options
Diffstat (limited to 'drivers/mmc/omap_hsmmc.c')
| -rw-r--r-- | drivers/mmc/omap_hsmmc.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c index 5d0cfb2ebdd..5334723a9f0 100644 --- a/drivers/mmc/omap_hsmmc.c +++ b/drivers/mmc/omap_hsmmc.c @@ -47,6 +47,8 @@  #include <asm/arch/mux.h>  #endif  #include <dm.h> +#include <dm/devres.h> +#include <linux/err.h>  #include <power/regulator.h>  #include <thermal.h> | 
