[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191101134447.30280-1-yuehaibing@huawei.com>
Date: Fri, 1 Nov 2019 21:44:47 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <isdn@...ux-pingi.de>, <yuehaibing@...wei.com>,
<swinslow@...il.com>, <tglx@...utronix.de>,
<sergey.senozhatsky@...il.com>, <davem@...emloft.net>,
<wangkefeng.wang@...wei.com>, <elfring@...rs.sourceforge.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] 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@...wei.com>
---
drivers/isdn/hardware/mISDN/mISDNisar.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/isdn/hardware/mISDN/mISDNisar.c b/drivers/isdn/hardware/mISDN/mISDNisar.c
index 096d8c5..e325e87 100644
--- a/drivers/isdn/hardware/mISDN/mISDNisar.c
+++ b/drivers/isdn/hardware/mISDN/mISDNisar.c
@@ -27,7 +27,6 @@ MODULE_VERSION(ISAR_REV);
#define DEBUG_HW_FIRMWARE_FIFO 0x10000
-static const u8 faxmodulation_s[] = "3,24,48,72,73,74,96,97,98,121,122,145,146";
static const u8 faxmodulation[] = {3, 24, 48, 72, 73, 74, 96, 97, 98, 121,
122, 145, 146};
#define FAXMODCNT 13
--
2.7.4
Powered by blists - more mailing lists