Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: fddi: skfp: drvfbi: Remove defined but unused variable 'ID_sccs'

Fixes the following W=1 kernel build warning(s):

drivers/net/fddi/skfp/drvfbi.c:26:19: warning: ‘ID_sccs’ defined but not used [-Wunused-const-variable=]

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201102114512.1062724-19-lee.jones@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Lee Jones and committed by
Jakub Kicinski
041f57c7 6e5830d6

-4
-4
drivers/net/fddi/skfp/drvfbi.c
··· 22 22 #include <linux/bitrev.h> 23 23 #include <linux/pci.h> 24 24 25 - #ifndef lint 26 - static const char ID_sccs[] = "@(#)drvfbi.c 1.63 99/02/11 (C) SK " ; 27 - #endif 28 - 29 25 /* 30 26 * PCM active state 31 27 */