diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-11-19 09:15:35 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-19 15:17:59 -0500 |
commit | 296e5809ee567e41d55da41a882abef9d8071e5e (patch) | |
tree | 3230981edad49366b770ce993e1a923b2ad430ce | |
parent | 883461679ad1ed6e09135adf8c02bb98d7962623 (diff) |
PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration
Commit bd950799d951 (PCI: acpiphp: Convert to dynamic debug) removed users
of acpiphp_debug variable and the variable itself but the declaration was
left in the header file. Drop this unused declaration.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-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 f4e028924667..777e4d8a8f98 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
@@ -186,7 +186,6 @@ u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); | |||
186 | u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot); | 186 | u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot); |
187 | 187 | ||
188 | /* variables */ | 188 | /* variables */ |
189 | extern bool acpiphp_debug; | ||
190 | extern bool acpiphp_disabled; | 189 | extern bool acpiphp_disabled; |
191 | 190 | ||
192 | #endif /* _ACPIPHP_H */ | 191 | #endif /* _ACPIPHP_H */ |