PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 19 Nov 2013 14:15:35 +0000 (16:15 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 Nov 2013 20:17:59 +0000 (21:17 +0100)
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>
drivers/pci/hotplug/acpiphp.h

index f4e0289246672c0a9157927303945f0934e26d31..777e4d8a8f98791b0394561d1f2950d92a427e7a 100644 (file)
@@ -186,7 +186,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 */