projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5830d
)
net: fddi: skfp: drvfbi: Remove defined but unused variable 'ID_sccs'
author
Lee Jones
<lee.jones@linaro.org>
Mon, 2 Nov 2020 11:45:00 +0000
(11:45 +0000)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 4 Nov 2020 00:34:51 +0000
(16:34 -0800)
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>
drivers/net/fddi/skfp/drvfbi.c
patch
|
blob
|
history
diff --git
a/drivers/net/fddi/skfp/drvfbi.c
b/drivers/net/fddi/skfp/drvfbi.c
index cc9ac572423e9d83575c08347a5f5d6b28c5b5fe..e9b9614639cddebd0c84a28b22b62690fd640658 100644
(file)
--- a/
drivers/net/fddi/skfp/drvfbi.c
+++ b/
drivers/net/fddi/skfp/drvfbi.c
@@
-22,10
+22,6
@@
#include <linux/bitrev.h>
#include <linux/pci.h>
-#ifndef lint
-static const char ID_sccs[] = "@(#)drvfbi.c 1.63 99/02/11 (C) SK " ;
-#endif
-
/*
* PCM active state
*/