浏览代码

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>
Arnd Bergmann 13 年之前
父节点
当前提交
7e1efcf5d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/common/gic.c

+ 1 - 1
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>