diff options
author | Paul Cercueil <paul@crapouillou.net> | 2017-05-12 18:53:07 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-22 17:26:34 +0200 |
commit | e25f2af64679581f22b3b9a4681964bd0bb8e417 (patch) | |
tree | fe97caa3e9fc30938db4b7f225cee464d7ce1a75 /arch/mips/jz4740/Makefile | |
parent | 89a6139cd802dc40729b19559effb7a2900b0df6 (diff) | |
download | linux-stable-e25f2af64679581f22b3b9a4681964bd0bb8e417.tar.gz linux-stable-e25f2af64679581f22b3b9a4681964bd0bb8e417.tar.bz2 linux-stable-e25f2af64679581f22b3b9a4681964bd0bb8e417.zip |
MIPS: jz4740: Remove custom GPIO code
All the drivers for the various hardware elements of the jz4740 SoC have
been modified to use the pinctrl framework for their pin configuration
needs.
As such, this platform code is now unused and can be deleted.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r-- | arch/mips/jz4740/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile index 39d70bde8cfe..6b9c1f7c31c9 100644 --- a/arch/mips/jz4740/Makefile +++ b/arch/mips/jz4740/Makefile @@ -7,8 +7,6 @@ obj-y += prom.o time.o reset.o setup.o \ platform.o timer.o -obj-$(CONFIG_MACH_JZ4740) += gpio.o - CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt # board specific support |