[PATCH v2 1/7] LPC32xx: clock.c: Missing header file
Sergei Shtylyov
sshtylyov at ru.mvista.com
Mon Jan 30 12:56:44 EST 2012
Hello.
On 01/30/2012 07:02 PM, Roland Stigge wrote:
> This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage
> Signed-off-by: Roland Stigge<stigge at antcom.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/module.h>
Shouldn't <linux/export.h> be included instead nowadays?
WBR, Sergei
More information about the linux-arm-kernel
mailing list