From: Mark Rustad Date: Wed, 15 Jan 2014 02:53:13 +0000 (-0800) Subject: ixgbe: Use static inlines instead of macros X-Git-Tag: v3.14-rc1~94^2~176^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84227bcd9c9eccfb6ebd88427f90fa265aead5d3;p=pandora-kernel.git ixgbe: Use static inlines instead of macros Kernel coding standard prefers static inline functions instead of macros, so use them for register accessors. This is to prepare for adding LER, Live Error Recovery, checks to those accessors. Temporarily provide macros for calling the new static inline accessors until all references are changed. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed