diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-11-01 00:28:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-11-01 00:28:37 +0100 |
commit | 7e1efcf5d2039fb7a91e21df32f4175dbca4d61c (patch) | |
tree | 9639ed1620ad84ea18a572f288b29d23ed7616cc | |
parent | 08cab72f91c8b28ffabfd143119bccdd4a115ad7 (diff) | |
download | op-kernel-dev-7e1efcf5d2039fb7a91e21df32f4175dbca4d61c.zip op-kernel-dev-7e1efcf5d2039fb7a91e21df32f4175dbca4d61c.tar.gz |
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>
-rw-r--r-- | arch/arm/common/gic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/init.h> #include <linux/kernel.h> #include <linux/err.h> -#include <linux/export.h> +#include <linux/module.h> #include <linux/list.h> #include <linux/smp.h> #include <linux/cpu_pm.h> |