diff options
author | Roland Stigge <stigge@antcom.de> | 2012-02-08 20:41:01 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-10 00:00:33 (GMT) |
commit | 66f32a0b356e2e4a1dc98766d50316e3315e3405 (patch) | |
tree | 3d64aebf90cdaecb63ba8de69d968a1a39a9217d /arch/arm/mach-lpc32xx | |
parent | 0925d502f30a3957edd28d838f8a6ac31cbcf4f2 (diff) | |
download | linux-66f32a0b356e2e4a1dc98766d50316e3315e3405.tar.xz |
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>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c index fef8630..09dfa49 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> |