commit | d009559a4215c71694b1a29ec0e520453087a9f6 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@deeprootsystems.com> | Mon Dec 14 15:14:51 2009 -0800 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Wed May 12 09:39:17 2010 -0700 |
tree | c68003f0d896cd1eeeaceef8d7206c40a98c165d | |
parent | c872670799d5a41fe2c1f2ccf7c531b5661dcfba [diff] |
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>