diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-19 21:18:13 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-19 21:18:13 +0100 |
commit | ed6a82546d2e8f6b5902269541733814d4adacc2 (patch) | |
tree | a7c472289a1e3813057fb47cb50d95e55cdf7e65 | |
parent | b38f67c4ae35eb4bcea0bf42a0a18a778a5d04c2 (diff) | |
parent | 296e5809ee567e41d55da41a882abef9d8071e5e (diff) | |
download | linux-ed6a82546d2e8f6b5902269541733814d4adacc2.tar.bz2 |
Merge branch 'acpi-hotplug'
* acpi-hotplug:
PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index 26100f510b10..1592dbe4f904 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h @@ -176,7 +176,6 @@ u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot); /* variables */ -extern bool acpiphp_debug; extern bool acpiphp_disabled; #endif /* _ACPIPHP_H */ |