linux/drivers/net/hamradio
YueHaibing e516f5be5b hamradio: bpqether: Fix -Wunused-const-variable warning
If CONFIG_PROC_FS is n, gcc warns:

drivers/net/hamradio/bpqether.c:437:36:
 warning: ‘bpq_seqops’ defined but not used [-Wunused-const-variable=]
 static const struct seq_operations bpq_seqops = {
                                    ^~~~~~~~~~
Use #ifdef macro to gurad this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-01 17:00:51 -07:00
..
6pack.c net/hamradio/6pack: Fix inconsistent indenting 2021-05-25 15:28:12 -07:00
baycom_epp.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
baycom_par.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 2019-05-24 17:36:47 +02:00
baycom_ser_fdx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 2019-05-24 17:36:47 +02:00
baycom_ser_hdx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 2019-05-24 17:36:47 +02:00
bpqether.c hamradio: bpqether: Fix -Wunused-const-variable warning 2021-06-01 17:00:51 -07:00
dmascc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
hdlcdrv.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
Kconfig docs: networking: move baycom to the hw driver section 2020-06-26 16:08:44 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mkiss.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
scc.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
yam.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
z8530.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00