fix typo pci_clear_aspm -> pcie_clear_aspm

This commit is contained in:
Kyle McMartin 2010-12-10 14:55:04 -05:00
parent 39ad3b9d9e
commit a6caae2eaa
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ index 7122281..8112415 100644
__setup("pcie_aspm=", pcie_aspm_disable);
+void pci_clear_aspm(void)
+void pcie_clear_aspm(void)
+{
+ if (!aspm_force)
+ aspm_clear_state = 1;