From 4f874106b70a4917fab9541b5f17713a1494de4f Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 1 Nov 2011 00:28:37 +0100 Subject: [PATCH] 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. Change-Id: I9c86d387c7acd99c197867425a00ca17875bc687 Signed-off-by: Arnd Bergmann Signed-off-by: Trilok Soni --- arch/arm/common/gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c index 73b97f2633d..5b98c0de86d 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