Skip to content

Commit

Permalink
net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Lee Jones authored and davem330 committed Aug 15, 2020
1 parent 327afdd commit 7b1af34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/fddi/skfp/smt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7b1af34

Please sign in to comment.