git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb8ce5
)
gpio/omap: replace MOD_REG_BIT macro with static inline
author
Kevin Hilman
<khilman@ti.com>
Tue, 12 Jul 2011 15:18:15 +0000
(08:18 -0700)
committer
Kevin 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