[PATCH 3/3] ARM: mxs: ocotp: Fix sparse warning
Fabio Estevam
festevam at gmail.com
Mon Feb 11 09:01:48 EST 2013
From: Fabio Estevam <fabio.estevam at freescale.com>
Include <mach/common.h> header to fix the following sparse warning:
arch/arm/mach-mxs/ocotp.c:33:11: warning: symbol 'mxs_get_ocotp' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
arch/arm/mach-mxs/ocotp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mxs/ocotp.c b/arch/arm/mach-mxs/ocotp.c
index 54add60..1dff467 100644
--- a/arch/arm/mach-mxs/ocotp.c
+++ b/arch/arm/mach-mxs/ocotp.c
@@ -19,6 +19,7 @@
#include <asm/processor.h> /* for cpu_relax() */
#include <mach/mxs.h>
+#include <mach/common.h>
#define OCOTP_WORD_OFFSET 0x20
#define OCOTP_WORD_COUNT 0x20
--
1.7.9.5
More information about the linux-arm-kernel
mailing list