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
Kconfig
Makefile
baycom_epp.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07:00
baycom_par.c
baycom_ser_fdx.c
baycom_ser_hdx.c
bpqether.c hamradio: bpqether: Fix -Wunused-const-variable warning 2021-06-01 17:00:51 -07:00
dmascc.c
hdlcdrv.c net: hamradio: remove leading spaces before tabs 2021-05-20 15:10:57 -07: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