Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/common/gic.c
··· 25 25 #include <linux/init.h> 26 26 #include <linux/kernel.h> 27 27 #include <linux/err.h> 28 - #include <linux/export.h> 28 + #include <linux/module.h> 29 29 #include <linux/list.h> 30 30 #include <linux/smp.h> 31 31 #include <linux/cpu_pm.h>