OpenCloudOS-Kernel/drivers/net/wireless/intel/ipw2x00
Arnd Bergmann 6f07e0f12a wireless: ipw2200: fix old-style declaration
Modern C standards expect the 'inline' keyword to come before the return
type in a declaration, and we get a warning for this with "make W=1":

drivers/net/wireless/intel/ipw2x00/ipw2200.c:4096:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-06-29 18:56:21 +03:00
..
Kconfig
Makefile
ipw.h
ipw2100.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
ipw2100.h
ipw2200.c wireless: ipw2200: fix old-style declaration 2016-06-29 18:56:21 +03:00
ipw2200.h
libipw.h
libipw_geo.c
libipw_module.c
libipw_rx.c
libipw_tx.c
libipw_wx.c