]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: MSP71xx: Remove gpio drivers
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 30 May 2013 09:51:21 +0000 (09:51 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 17 Jun 2013 22:31:31 +0000 (00:31 +0200)
commit6aeb37256e29ff1eebb91a5b20e33566ede9d97b
treed1ef889a92a7538f663408a6a0dd04d863421427
parentb85d70479feb41248dccb05ac9c89f07004769be
MIPS: MSP71xx: Remove gpio drivers

The PMC MSP71XX gpio drivers were added in v2.6.28, see commit
64bfc2aeba ("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 d3f2542352 ("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>
arch/mips/include/asm/mach-pmcs-msp71xx/gpio.h [deleted file]
arch/mips/pmcs-msp71xx/Makefile
arch/mips/pmcs-msp71xx/gpio.c [deleted file]
arch/mips/pmcs-msp71xx/gpio_extended.c [deleted file]