diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-11 20:48:39 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 17:31:52 +0400 |
commit | 5238f7bc356670ba702057c7de7f07909133f788 (patch) | |
tree | 44b2b896a3101e63a1d7497a60efc339e50b1dfa /arch/mips/lantiq/xway/Makefile | |
parent | 57c8cb8f242988b8048a7058cd1edde025c6f232 (diff) | |
download | linux-5238f7bc356670ba702057c7de7f07909133f788.tar.xz |
GPIO: MIPS: lantiq: move gpio-stp and gpio-ebu to the subsystem folder
Move the 2 drivers from arch/mips/lantiq/xway/ to the subsystem and make them
buildable.
The following 2 patches will convert the drivers to OF.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: https://patchwork.linux-mips.org/patch/3838/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/Makefile')
-rw-r--r-- | arch/mips/lantiq/xway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/Makefile b/arch/mips/lantiq/xway/Makefile index edef6c582fce..dc3194f6ee42 100644 --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile @@ -1 +1 @@ -obj-y := prom.o sysctrl.o clk.o reset.o gpio.o gpio_stp.o gpio_ebu.o dma.o +obj-y := prom.o sysctrl.o clk.o reset.o gpio.o dma.o |