commit | 7a6f8416e22a6d9f4708847bb2d88f0719b0f49e | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Fri Apr 22 08:15:46 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Thu Jun 16 11:14:00 2011 -0700 |
tree | ccc425c0e8d30ce03866073a16f9655c17cabcad | |
parent | f8b46b58348f151e45274c93ebe51467cf10e2f2 [diff] |
gpio/omap: remove useless gpio_valid() & check_gpio() checks These functions are useless. They are only called in a few places, and where they are called, the GPIO has already been converted from an IRQ or masked, so these functions will never fail. Signed-off-by: Kevin Hilman <khilman@ti.com>