[PATCH 1/6] MXS/MCI: add forgotten header file
Juergen Beisert
jbe at pengutronix.de
Fri Apr 26 05:31:47 EDT 2013
Commit b36f68d74b5379c216429a0f15aeedbd7917e10d now uses the generic
mxs_reset_block() routine, but this requires the mxs.h header file for the
prototype.
Signed-off-by: Juergen Beisert <jbe at pengutronix.de>
---
drivers/mci/mxs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mci/mxs.c b/drivers/mci/mxs.c
index 93f5a41..e2ffa43 100644
--- a/drivers/mci/mxs.c
+++ b/drivers/mci/mxs.c
@@ -37,6 +37,7 @@
#include <clock.h>
#include <io.h>
#include <asm/bitops.h>
+#include <mach/mxs.h>
#include <mach/imx-regs.h>
#include <mach/mci.h>
#include <mach/clock.h>
--
1.8.2.rc2
More information about the barebox
mailing list