]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6852/1: EP93xx: Remove ep93xx_gpio_dbg_show function
authorRyan Mallon <ryan@bluewatersys.com>
Tue, 29 Mar 2011 00:04:57 +0000 (01:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 11 May 2011 11:37:18 +0000 (12:37 +0100)
commit9a5884fd8da724f2e87ae83b273b11fc1a2af1c7
treea4d3004d9759fc1fca6f8600657d2fd40bc099f3
parentb22e45fcff9299ad79dd7124576120209807e8a1
ARM: 6852/1: EP93xx: Remove ep93xx_gpio_dbg_show function

The interrupt printing functionality in the ep93xx gpio debugfs function
does not behave as expected. It prints [interrupt] beside all pins which
are capable of being interrupts, not just those which are currently
configured as interrupts.

The best solution is just to remove the custom ep93xx gpio debugfs
function all together. The generic gpiolib one is good enough.

Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/gpio.c