diff options
author | Nathan Huckleberry <[email protected]> | 2019-06-14 10:17:13 -0700 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-06-24 16:22:12 +0300 |
commit | 608fd7214323bd3bb2c288f68253e5bb634d4f49 (patch) | |
tree | a5a75d1e6dd10af048389432924924ce78964ea0 /tools/perf/scripts/python/stackcollapse.py | |
parent | 658521fc1bf1457a944d8408b8a792b31ed9cc20 (diff) |
wl18xx: Fix Wunused-const-variable
Clang produces the following warning
drivers/net/wireless/ti/wl18xx/main.c:1850:43: warning: unused variable
'wl18xx_iface_ap_cl_limits' [-Wunused-const-variable] static const struct
ieee80211_iface_limit wl18xx_iface_ap_cl_limits[] = { ^
drivers/net/wireless/ti/wl18xx/main.c:1869:43: warning: unused variable
'wl18xx_iface_ap_go_limits' [-Wunused-const-variable] static const struct
ieee80211_iface_limit wl18xx_iface_ap_go_limits[] = { ^
The commit that added these variables never used them. Removing them.
Cc: [email protected]
Link: https://github.com/ClangBuiltLinux/linux/issues/530
Signed-off-by: Nathan Huckleberry <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions