Browse Source

x86_64: remove acpi_pci_link_exit()

acpi_pci_link_exit() is both unused and empty.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Adrian Bunk 17 years ago
parent
commit
16ee2db63e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/x86/kernel/acpi/sleep_64.c

+ 0 - 3
arch/x86/kernel/acpi/sleep_64.c

@@ -115,6 +115,3 @@ static int __init acpi_sleep_setup(char *str)
 
 __setup("acpi_sleep=", acpi_sleep_setup);
 
-void acpi_pci_link_exit(void)
-{
-}