diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-09 06:03:13 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-17 02:18:09 (GMT) |
commit | 16ee2db63ef78c387bdda6e0cde3a2051518b6cf (patch) | |
tree | 8f5aeb1971c308267e3a0d3a380b3920305240c1 /arch/x86/kernel | |
parent | 8c0863403f109a43d7000b4646da4818220d501f (diff) | |
download | linux-fsl-qoriq-16ee2db63ef78c387bdda6e0cde3a2051518b6cf.tar.xz |
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>
Diffstat (limited to 'arch/x86/kernel')
-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 79475d2..da42de2 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) -{ -} |