diff options
author | John Crispin <blogic@openwrt.org> | 2011-11-11 00:33:07 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-11-14 17:59:24 +0400 |
commit | 4af92e7a68af7b515d274f9d33b14b8a0804a0f6 (patch) | |
tree | e8efe33988e347bb32030704f85d9383970fbf03 /arch/mips/lantiq/setup.c | |
parent | b05e988ee89d03398bee7b0939a5743cd12fa387 (diff) | |
download | linux-4af92e7a68af7b515d274f9d33b14b8a0804a0f6.tar.xz |
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/setup.c')
-rw-r--r-- | arch/mips/lantiq/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/setup.c b/arch/mips/lantiq/setup.c index 9b8af77ed0f9..1ff6c9d6cb93 100644 --- a/arch/mips/lantiq/setup.c +++ b/arch/mips/lantiq/setup.c @@ -7,7 +7,7 @@ */ #include <linux/kernel.h> -#include <linux/module.h> +#include <linux/export.h> #include <linux/io.h> #include <linux/ioport.h> #include <asm/bootinfo.h> |