commit | ece9528e5f88cee11303fceefe39382f1030cd4e | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue Jul 12 08:18:15 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Tue Aug 23 10:53:00 2011 -0700 |
tree | 5790fad5034aa80cc31ffcb0ceeefeafc27db514 | |
parent | fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c [diff] |
gpio/omap: replace MOD_REG_BIT macro with static inline This macro is ugly and confusing, especially since it passes in most arguments, but uses an implied 'base' from the caller. Replace it with an equivalent static inline. Signed-off-by: Kevin Hilman <khilman@ti.com>