Re: [PATCH] arch: sparc: kernel: starfire.c: Remove unused function

2015-03-01 Thread David Miller
From: Rickard Strandqvist Date: Sat, 20 Dec 2014 13:42:47 +0100 > Remove the function starfire_hard_smp_processor_id() 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 u

[PATCH] arch: sparc: kernel: starfire.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
Remove the function starfire_hard_smp_processor_id() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/sparc/include/asm/starfire.h |1 - arch/sparc/kernel/starfire.c |5 - 2