Skip to content

Commit

Permalink
net: fddi: skfp: hwmtm: 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/hwmtm.c:14:19: warning: ‘ID_sccs’ defined but not used [-Wunused-const-variable=]

Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[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 1a2c266 commit 0d9b564
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/fddi/skfp/hwmtm.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
*
******************************************************************************/

#ifndef lint
static char const ID_sccs[] = "@(#)hwmtm.c 1.40 99/05/31 (C) SK" ;
#endif

#define HWMTM

#ifndef FDDI
Expand Down

0 comments on commit 0d9b564

Please sign in to comment.