Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e1efcf5 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 08cab72f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>