Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alban Bedel and committed by
Ralf Baechle
1d473c2c f689332b

+2 -1
+1 -1
arch/mips/ath79/Makefile
··· 8 8 # under the terms of the GNU General Public License version 2 as published 9 9 # by the Free Software Foundation. 10 10 11 - obj-y := prom.o setup.o irq.o common.o clock.o gpio.o 11 + obj-y := prom.o setup.o irq.o common.o clock.o 12 12 13 13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 14 14 obj-$(CONFIG_PCI) += pci.o
arch/mips/ath79/gpio.c drivers/gpio/gpio-ath79.c
+1
drivers/gpio/Makefile
··· 20 20 obj-$(CONFIG_GPIO_ALTERA) += gpio-altera.o 21 21 obj-$(CONFIG_GPIO_AMD8111) += gpio-amd8111.o 22 22 obj-$(CONFIG_GPIO_ARIZONA) += gpio-arizona.o 23 + obj-$(CONFIG_ATH79) += gpio-ath79.o 23 24 obj-$(CONFIG_GPIO_BCM_KONA) += gpio-bcm-kona.o 24 25 obj-$(CONFIG_GPIO_BRCMSTB) += gpio-brcmstb.o 25 26 obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o