diff options
author | Alban Bedel <albeu@free.fr> | 2015-07-03 11:11:49 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-09-03 12:08:02 +0200 |
commit | 1d473c2cb9fe25fc6bad30b0eb8d92e384496042 (patch) | |
tree | 95961e904c771026a96484d948a1c42ba0e00936 /arch/mips/ath79/Makefile | |
parent | f689332b19fa1120de1bd84988a7bd0c08bd9b7b (diff) | |
download | talos-op-linux-1d473c2cb9fe25fc6bad30b0eb8d92e384496042.tar.gz talos-op-linux-1d473c2cb9fe25fc6bad30b0eb8d92e384496042.zip |
MIPS: ath79: Move the GPIO driver to drivers/gpio
GPIO drivers should be in drivers/gpio
Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10597/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/Makefile')
-rw-r--r-- | arch/mips/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile index 5c9ff692ff3c..fcc382cfc770 100644 --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile @@ -8,7 +8,7 @@ # under the terms of the GNU General Public License version 2 as published # by the Free Software Foundation. -obj-y := prom.o setup.o irq.o common.o clock.o gpio.o +obj-y := prom.o setup.o irq.o common.o clock.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_PCI) += pci.o |