ARM: LPC32xx: clock.c: Missing header file
authorRoland Stigge <stigge@antcom.de>
Wed, 8 Feb 2012 20:41:01 +0000 (21:41 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 9 Feb 2012 23:55:49 +0000 (15:55 -0800)
This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-lpc32xx/clock.c

index fef863062a5e8d7191741b4ee02157aa27444d06..09dfa490a2187a396c5593b11c4e0a8844e06058 100644 (file)
@@ -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>
This page took 0.028414 seconds and 5 git commands to generate.