Commit 66f32a0b356e2e4a1dc98766d50316e3315e3405

Authored by Roland Stigge
Committed by Olof Johansson
1 parent 0925d502f3

ARM: LPC32xx: clock.c: Missing header file

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/mach-lpc32xx/clock.c
... ... @@ -82,6 +82,7 @@
82 82 * will also impact the individual peripheral rates.
83 83 */
84 84  
  85 +#include <linux/export.h>
85 86 #include <linux/kernel.h>
86 87 #include <linux/list.h>
87 88 #include <linux/errno.h>