]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 15 Nov 2011 21:13:29 +0000 (21:13 +0000)
commitb8fa304dd13170d2ea4c416132c26fb0515bd18f
treebcc817e946475337f2785f172f599f460f6f43a2
parent49e8aef5d39fe66bd2938d2f1a84abd2f251cbf3
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>
15 files changed:
arch/mips/lantiq/clk.c
arch/mips/lantiq/devices.c
arch/mips/lantiq/prom.c
arch/mips/lantiq/setup.c
arch/mips/lantiq/xway/clk-ase.c
arch/mips/lantiq/xway/clk-xway.c
arch/mips/lantiq/xway/devices.c
arch/mips/lantiq/xway/dma.c
arch/mips/lantiq/xway/gpio.c
arch/mips/lantiq/xway/gpio_ebu.c
arch/mips/lantiq/xway/gpio_stp.c
arch/mips/lantiq/xway/prom-ase.c
arch/mips/lantiq/xway/prom-xway.c
arch/mips/lantiq/xway/reset.c
arch/mips/pci/pci-lantiq.c