commit | 0a9e34056fcf86fb64e70bd281875eb7bbdbabde | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 31 19:55:09 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:48:06 2015 -0400 |
tree | bd8804f9c2552cf53c85cf34b779550a3c978b5b | |
parent | 1480fdf8a6dad28de70ade72974db436f7967525 [diff] |
gpio: omap: Drop 'method' parameter The "method" parameter was part of the original port of the driver from the kernel. At some point this may have been added to allow for future differentiation (as omap1 and omap2 have different GPIO IP blocks, so this wasn't an unreasonable thing to do). At this point however it's just extra overhead, so drop. Signed-off-by: Tom Rini <trini@konsulko.com>