Skip to content

Commit

Permalink
MIPS: MSP71xx: Remove gpio drivers
Browse files Browse the repository at this point in the history
The PMC MSP71XX gpio drivers were added in v2.6.28, see commit
9fa32c6 ("MIPS: PMC MSP71XX gpio drivers"). They are only built if
CONFIG_HAVE_GPIO_LIB is set.

But the Kconfig symbol HAVE_GPIO_LIB was already removed in v2.6.27, see
commit 7444a72 ("gpiolib: allow user-selection"). So these drivers
were never buildable. Perhaps no-one noticed because there are no in
tree users of msp71xx_init_gpio() and msp71xx_init_gpio_extended().
Anyhow, these drivers can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5345/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Paul Bolle authored and Ralf Baechle committed Jun 17, 2013
1 parent 9601cd1 commit b806113
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 409 deletions.
46 changes: 0 additions & 46 deletions arch/mips/include/asm/mach-pmcs-msp71xx/gpio.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/mips/pmcs-msp71xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#
obj-y += msp_prom.o msp_setup.o msp_irq.o \
msp_time.o msp_serial.o msp_elb.o
obj-$(CONFIG_HAVE_GPIO_LIB) += gpio.o gpio_extended.o
obj-$(CONFIG_PMC_MSP7120_GW) += msp_hwbutton.o
obj-$(CONFIG_IRQ_MSP_SLP) += msp_irq_slp.o
obj-$(CONFIG_IRQ_MSP_CIC) += msp_irq_cic.o msp_irq_per.o
Expand Down
216 changes: 0 additions & 216 deletions arch/mips/pmcs-msp71xx/gpio.c

This file was deleted.

Loading

0 comments on commit b806113

Please sign in to comment.