diff options
author | Lee Jones <[email protected]> | 2020-08-14 12:39:30 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-14 20:42:25 -0700 |
commit | 7b1af34f024e72c458a330d028ed4e9ad0d981c3 (patch) | |
tree | 2febc99656d017ca0aba37d0ebd509f719b1e748 | |
parent | 327afdd7c0d13695e8fcbaa0995d451b34c3107b (diff) |
net: fddi: skfp: smt: 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/smt.c:24:19: warning: ‘ID_sccs’ defined but not used [-Wunused-const-variable=]
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Tetsuo Handa <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/fddi/skfp/smt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/fddi/skfp/smt.c b/drivers/net/fddi/skfp/smt.c index a151d336b904..774a6e3b0a67 100644 --- a/drivers/net/fddi/skfp/smt.c +++ b/drivers/net/fddi/skfp/smt.c @@ -20,10 +20,6 @@ #define KERNEL #include "h/smtstate.h" -#ifndef lint -static const char ID_sccs[] = "@(#)smt.c 2.43 98/11/23 (C) SK " ; -#endif - /* * FC in SMbuf */ |