[PATCH v3 3/7] ARM: LPC32xx: clock.c: Missing header file

stigge at antcom.de stigge at antcom.de
Thu Feb 2 14:19:44 EST 2012


This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

Signed-off-by: Roland Stigge <stigge at antcom.de>
Acked-by: Wolfram Sang <w.sang at pengutronix.de>

diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c
index 1e02751..8e79313 100644
--- a/arch/arm/mach-lpc32xx/clock.c
+++ b/arch/arm/mach-lpc32xx/clock.c
@@ -82,6 +82,7 @@
  *   will also impact the individual peripheral rates.
  */
 
+#include <linux/export.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
 #include <linux/errno.h>



More information about the linux-arm-kernel mailing list