Re: [PATCH] net: fddi: skfp: smt.c: Remove unused function

2015-01-02 Thread David Miller
From: Rickard Strandqvist Date: Thu, 1 Jan 2015 18:01:26 +0100 > Remove the function smt_ifconfig() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Applied. -- To unsubscribe from this

[PATCH] net: fddi: skfp: smt.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function smt_ifconfig() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/fddi/skfp/smt.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/net/fddi