From: Stephen Hemminger Date: Fri, 10 Jan 2014 22:23:16 +0000 (-0700) Subject: PCI: Remove unused pcie_aspm_enabled() X-Git-Tag: v3.14-rc1~132^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f92fb06ffb090f2b22717481352f1e58511c834;p=pandora-kernel.git PCI: Remove unused pcie_aspm_enabled() My philosophy is unused code is dead code. And dead code is subject to bit rot and is a likely source of bugs. Use it or lose it. This reverts part of 3e1b16002af2 ("ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added"), removing this interface: pcie_aspm_enabled() [bhelgaas: split to separate patch] Signed-off-by: Stephen Hemminger Signed-off-by: Bjorn Helgaas CC: Andrew Patterson --- Reading git-diff-tree failed