From: Arnd Bergmann Date: Mon, 31 Oct 2011 23:28:37 +0000 (+0100) Subject: ARM: gic: use module.h instead of export.h X-Git-Tag: upstream/snapshot3+hdmi~8849^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e1efcf5d2039fb7a91e21df32f4175dbca4d61c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: gic: use module.h instead of export.h The module.h cleanup series is not merged at this point, so use the older header file for now, to make it build either way. Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c index 9d77777..bf0e134 100644 --- a/arch/arm/common/gic.c +++ b/arch/arm/common/gic.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include