aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq/xway/gpio_ebu.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-11-10 21:33:07 +0100
committerRalf Baechle <ralf@linux-mips.org>2011-11-14 13:59:24 +0000
commit4af92e7a68af7b515d274f9d33b14b8a0804a0f6 (patch)
treee8efe33988e347bb32030704f85d9383970fbf03 /arch/mips/lantiq/xway/gpio_ebu.c
parentMAINTAINERS: The MIPS git tree has moved. (diff)
downloadlinux-dev-4af92e7a68af7b515d274f9d33b14b8a0804a0f6.tar.xz
linux-dev-4af92e7a68af7b515d274f9d33b14b8a0804a0f6.zip
MIPS: lantiq: use export.h in favour of module.h
The code located at arch/mips/lantiq/ included module.h to be able to use the EXPORT_SYMBOL* macros. These can now be directly included using export.h. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2937/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/gpio_ebu.c')
-rw-r--r--arch/mips/lantiq/xway/gpio_ebu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/gpio_ebu.c b/arch/mips/lantiq/xway/gpio_ebu.c
index a479355abdb9..b91c7f17f10f 100644
--- a/arch/mips/lantiq/xway/gpio_ebu.c
+++ b/arch/mips/lantiq/xway/gpio_ebu.c
@@ -7,7 +7,7 @@
*/
#include <linux/init.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>