Skip to content

Commit 026ff46

Browse files
Lee Jonesdavem330
authored andcommitted
net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'
This variable is present in many source files and has not been used anywhere (at least internally) since it was introduced. Fixes the following W=1 kernel build warning(s): drivers/net/fddi/skfp/fplustm.c:25:19: warning: ‘ID_sccs’ defined but not used [-Wunused-const-variable=] Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Maxime Coquelin <[email protected]> Cc: Alexandre Torgue <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0d9b564 commit 026ff46

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/net/fddi/skfp/fplustm.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
#include <linux/bitrev.h>
2222
#include <linux/etherdevice.h>
2323

24-
#ifndef lint
25-
static const char ID_sccs[] = "@(#)fplustm.c 1.32 99/02/23 (C) SK " ;
26-
#endif
27-
2824
#ifndef UNUSED
2925
#ifdef lint
3026
#define UNUSED(x) (x) = (x)

0 commit comments

Comments
 (0)