From: Roland Stigge Date: Wed, 8 Feb 2012 20:41:01 +0000 (+0100) Subject: ARM: LPC32xx: clock.c: Missing header file X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8998316c425ed2b36ca3b01a658f08a7d006a4f9;p=deliverable%2Flinux.git ARM: LPC32xx: clock.c: Missing header file This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage Signed-off-by: Roland Stigge Acked-by: Wolfram Sang Acked-by: Kevin Wells Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c index fef863062a5e..09dfa490a218 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 #include #include #include