Re: [PATCH] arch: mips: pci: pci-ip27.c: Remove unused function

2015-01-01 Thread Paul Gortmaker
[[PATCH] arch: mips: pci: pci-ip27.c: Remove unused function] On 01/01/2015 (Thu 16:32) Rickard Strandqvist wrote: > Remove the function pci_enable_swapping() that is not used anywhere. A quick search shows it has been orphanware since the git epoch (~2005) so removing it should be fine AFA

[PATCH] arch: mips: pci: pci-ip27.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function pci_enable_swapping() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/mips/pci/pci-ip27.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/arch/mips/pci