From: Syam Sidhardhan Date: Tue, 5 Mar 2013 02:57:41 +0000 (+0800) Subject: ARM: prima2: Replace include linux/module.h with linux/export.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28b27d88eeec1b221cd4faa6b5144f57372f0cbe;p=linux-beck.git ARM: prima2: Replace include linux/module.h with linux/export.h include is the right to go here. Signed-off-by: Syam Sidhardhan Signed-off-by: Barry Song --- diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c index 9936c180bf01..f7e347ea75aa 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/arch/arm/mach-prima2/pm.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include