Skip to content

Commit

Permalink
mISDN: remove unused variable 'faxmodulation_s'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
YueHaibing authored and davem330 committed Nov 4, 2019
1 parent 3a6ba7d commit a37ac8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/isdn/hardware/mISDN/mISDNisar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37ac8a

Please sign in to comment.