| Submitter | Yinghai Lu |
|---|---|
| Date | Sept. 25, 2012, 8:26 a.m. |
| Message ID | <1348561590-28067-12-git-send-email-yinghai@kernel.org> |
| Download | mbox | patch |
| Permalink | /patch/186713/ |
| State | Changes Requested |
| Headers | show |
Comments
Patch
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index bde976e..0e41e5f 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -389,8 +389,6 @@ struct acpi_bus_type { struct bus_type *bus; /* For general devices under the bus */ int (*find_device) (struct device *, acpi_handle *); - /* For bridges, such as PCI root bridge, IDE controller */ - int (*find_bridge) (struct device *, acpi_handle *); }; int register_acpi_bus_type(struct acpi_bus_type *); int unregister_acpi_bus_type(struct acpi_bus_type *);
The struct member is not used anymore, remove it. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Cc: Len Brown <lenb@kernel.org> Cc: linux-acpi@vger.kernel.org --- include/acpi/acpi_bus.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)