gpio/omap: replace MOD_REG_BIT macro with static inline
authorKevin Hilman <khilman@ti.com>
Tue, 12 Jul 2011 15:18:15 +0000 (08:18 -0700)
committerKevin Hilman <khilman@ti.com>
Tue, 23 Aug 2011 17:53:00 +0000 (10:53 -0700)
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>

No differences found