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>
This commit is contained in:
Rafael J. Wysocki
2013-11-07 01:41:48 +01:00
parent 5add99cfef
commit ace8238b00
4 changed files with 3 additions and 2 deletions

View File

@@ -39,6 +39,8 @@
#include <acpi/acpi_drivers.h>
#include <acpi/apei.h>
#include "internal.h"
#define PREFIX "ACPI: "
#define _COMPONENT ACPI_PCI_COMPONENT