commit | a37ac8ae66e27369aebd29f17f4e1bd83d213114 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Nov 01 21:44:47 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 03 19:10:30 2019 -0800 |
tree | 84d2e92b3f8c5657331a0a982b46f9827509fe31 | |
parent | 3a6ba7dc7799355557938fbdc15a558236011429 [diff] |
mISDN: remove unused variable 'faxmodulation_s' drivers/isdn/hardware/mISDN/mISDNisar.c:30:17: warning: faxmodulation_s defined but not used [-Wunused-const-variable=] It is never used, so can be removed. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>