commit | 2a063835ce7cf584cee03484af803cd98e5fc9f2 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jun 16 15:52:09 2016 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Jun 29 18:56:21 2016 +0300 |
tree | f05ddc5e6322b4b3394186b4a06fa2dac263bafa | |
parent | 88e97c32068ff365970c0958771b9dce131c3590 [diff] |
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>