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)
commitb0ec5cf191eeca7fd885ef2860e9a586d29bff00
treea4d3004d9759fc1fca6f8600657d2fd40bc099f3
parent9f381a61f58bb6487c93ce2233bb9992f8ea9211
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