]> asedeno.scripts.mit.edu Git - linux.git/commit
wireless: brcmsmac: fix old-style declaration
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Jun 2016 13:52:09 +0000 (15:52 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 29 Jun 2016 15:56:21 +0000 (18:56 +0300)
commit2a063835ce7cf584cee03484af803cd98e5fc9f2
treef05ddc5e6322b4b3394186b4a06fa2dac263bafa
parent88e97c32068ff365970c0958771b9dce131c3590
wireless: brcmsmac: fix old-style declaration

Modern C standards expect the 'static' keyword to come first in a
declaration, and we get a warning for this with "make W=1":

drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c:3353:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c