Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ad0579a authored by Wei Yongjun's avatar Wei Yongjun Committed by Kalle Valo
Browse files

wlcore: spi: fix non static symbol warning



Fixes the following sparse warning:

drivers/net/wireless/ti/wlcore/spi.c:87:34: warning:
 symbol 'wilink_data' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 8432ebd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ struct wilink_familiy_data {
	char name[8];
};

const struct wilink_familiy_data *wilink_data;
static const struct wilink_familiy_data *wilink_data;

static const struct wilink_familiy_data wl18xx_data = {
	.name = "wl18xx",