OMAP: GPIO: remove duplicate debugfs interface
authorKevin Hilman <khilman@deeprootsystems.com>
Mon, 14 Dec 2009 23:14:51 +0000 (15:14 -0800)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 12 May 2010 16:39:17 +0000 (09:39 -0700)
commitd009559a4215c71694b1a29ec0e520453087a9f6
treec68003f0d896cd1eeeaceef8d7206c40a98c165d
parentc872670799d5a41fe2c1f2ccf7c531b5661dcfba
OMAP: GPIO: remove duplicate debugfs interface

The generic gpiolib provides a debugfs interface to GPIOs which
provides identical (but nicer looking) data as the OMAP specific one.

This patch completely drops the OMAP specific interface
(/debug/omap_gpio) in favor of using the generic one (/debug/gpio.)

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/plat-omap/gpio.c