aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-10-31 19:28:37 -0400
committerArnd Bergmann <arnd@arndb.de>2011-10-31 19:28:37 -0400
commit7e1efcf5d2039fb7a91e21df32f4175dbca4d61c (patch)
tree9639ed1620ad84ea18a572f288b29d23ed7616cc /arch
parent08cab72f91c8b28ffabfd143119bccdd4a115ad7 (diff)
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 <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/common/gic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c
index 9d77777076f0..bf0e134e5206 100644
--- a/arch/arm/common/gic.c
+++ b/arch/arm/common/gic.c
@@ -25,7 +25,7 @@
25#include <linux/init.h> 25#include <linux/init.h>
26#include <linux/kernel.h> 26#include <linux/kernel.h>
27#include <linux/err.h> 27#include <linux/err.h>
28#include <linux/export.h> 28#include <linux/module.h>
29#include <linux/list.h> 29#include <linux/list.h>
30#include <linux/smp.h> 30#include <linux/smp.h>
31#include <linux/cpu_pm.h> 31#include <linux/cpu_pm.h>