Skip to content

Commit a37ac8a

Browse files
YueHaibingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3a6ba7d commit a37ac8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/isdn/hardware/mISDN/mISDNisar.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ MODULE_VERSION(ISAR_REV);
2727

2828
#define DEBUG_HW_FIRMWARE_FIFO 0x10000
2929

30-
static const u8 faxmodulation_s[] = "3,24,48,72,73,74,96,97,98,121,122,145,146";
3130
static const u8 faxmodulation[] = {3, 24, 48, 72, 73, 74, 96, 97, 98, 121,
3231
122, 145, 146};
3332
#define FAXMODCNT 13

0 commit comments

Comments
 (0)