瀏覽代碼

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 年之前
父節點
當前提交
16ee2db63e
共有 1 個文件被更改,包括 0 次插入3 次删除
  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)
-{
-}