From: Kevin Hilman Date: Tue, 12 Jul 2011 15:18:15 +0000 (-0700) Subject: gpio/omap: replace MOD_REG_BIT macro with static inline X-Git-Tag: v3.2-rc2~4^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece9528e5f88cee11303fceefe39382f1030cd4e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed