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)
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>

No differences found