summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/internal.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-11-07 01:41:48 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-11-07 01:41:48 +0100
commitace8238b00eafd493b8dbcc7db813ed72b8b6e87 (patch)
tree06f6856e7ce4f272eaa686fca5ce3bd33d5df56b /drivers/acpi/internal.h
parent5add99cfef416487d32b4b7075fe1a409f3a5e82 (diff)
downloadop-kernel-dev-ace8238b00eafd493b8dbcc7db813ed72b8b6e87.zip
op-kernel-dev-ace8238b00eafd493b8dbcc7db813ed72b8b6e87.tar.gz
ACPI / hotplug: Make acpi_bus_hot_remove_device() internal
Notice that handle_root_bridge_removal() is the only user of acpi_bus_hot_remove_device(), so it doesn't have to be exported any more and can be made internal to the ACPI core. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r--drivers/acpi/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
index ebc3ad0..6c79ae69 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -87,6 +87,7 @@ void acpi_device_add_finalize(struct acpi_device *device);
void acpi_free_pnp_ids(struct acpi_device_pnp *pnp);
int acpi_bind_one(struct device *dev, acpi_handle handle);
int acpi_unbind_one(struct device *dev);
+void acpi_bus_hot_remove_device(void *context);
/* --------------------------------------------------------------------------
Power Resource
OpenPOWER on IntegriCloud