]> git.kernelconcepts.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>
Mon, 14 Nov 2011 13:59:24 +0000 (13:59 +0000)
commit4af92e7a68af7b515d274f9d33b14b8a0804a0f6
treee8efe33988e347bb32030704f85d9383970fbf03
parentb05e988ee89d03398bee7b0939a5743cd12fa387
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