projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771d09b
)
ACPI: Remove acpi_pci_bind_root() definition
author
Toshi Kani
<toshi.kani@hp.com>
Fri, 8 Mar 2013 19:17:10 +0000
(19:17 +0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Sun, 24 Mar 2013 22:28:02 +0000
(23:28 +0100)
Noticed that acpi_pci_bind_root(), which has been deleted,
is left defined in acpi_driver.h. So delete this definition
from the header as well.
Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/acpi_drivers.h
patch
|
blob
|
history
diff --git
a/include/acpi/acpi_drivers.h
b/include/acpi/acpi_drivers.h
index
627749a
..
e6168a2
100644
(file)
--- a/
include/acpi/acpi_drivers.h
+++ b/
include/acpi/acpi_drivers.h
@@
-95,7
+95,6
@@
int acpi_pci_link_free_irq(acpi_handle handle);
struct pci_bus;
struct pci_dev *acpi_get_pci_dev(acpi_handle);
-int acpi_pci_bind_root(struct acpi_device *device);
/* Arch-defined function to add a bus to the system */