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 <arnd@arndb.de>
Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
This commit is contained in:
Arnd Bergmann
2011-11-01 00:28:37 +01:00
committed by Trilok Soni
parent 050113e2fe
commit 4f874106b7

View File

@@ -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>