diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-09 07:03:13 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-16 21:18:09 -0500 |
commit | 16ee2db63ef78c387bdda6e0cde3a2051518b6cf (patch) | |
tree | 8f5aeb1971c308267e3a0d3a380b3920305240c1 | |
parent | 8c0863403f109a43d7000b4646da4818220d501f (diff) |
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>
-rw-r--r-- | arch/x86/kernel/acpi/sleep_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/acpi/sleep_64.c b/arch/x86/kernel/acpi/sleep_64.c index 79475d237071..da42de261ba8 100644 --- a/arch/x86/kernel/acpi/sleep_64.c +++ b/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) -{ -} |