MIPS: lantiq: use export.h in favour of module.h
authorJohn Crispin <blogic@openwrt.org>
Thu, 10 Nov 2011 20:33:07 +0000 (21:33 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 14 Nov 2011 13:59:24 +0000 (13:59 +0000)
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>

No differences found