aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/rtl8712_powersave_regdef.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-05 22:48:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-06 08:19:31 -0700
commitfa89009a1869844f9a9360eb07c45d457446ac0e (patch)
treea7465403d73b66cb1304b754eacd37efcb47ee2e /drivers/staging/rtl8712/rtl8712_powersave_regdef.h
parentc3d1409f854af336108600edcd967feacf4cbd24 (diff)
staging: rtl8712, rtl8712: avoid lots of build warnings
commit 0c9f3a65c5eb7fe1fc611a22eb8a8b71ea865998 upstream. The rtl8712 driver has an 'extern inline' function that contains an 'if', which causes lots of warnings with CONFIG_PROFILE_ALL_BRANCHES overriding the definition of 'if': drivers/staging/rtl8712/ieee80211.h:759:229: warning: '______f' is static but declared in inline function 'ieee80211_get_hdrlen' which is not static [enabled by default] This changes the driver to use 'static inline' instead, which happens to be the correct annotation anyway. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl8712_powersave_regdef.h')
0 files changed, 0 insertions, 0 deletions