aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp.h
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2012-06-23 03:42:03 -0400
committerBjorn Helgaas <bhelgaas@google.com>2012-07-10 19:02:37 -0400
commit2ac45f28b8eeef576c48579833b40b572f3f9790 (patch)
tree2ff6802d8b534873cd59b1f1fd246e0da7392658 /drivers/pci/hotplug/acpiphp.h
parente735a80bd57d6b04e1c8f30da762ed0c6af5ee6a (diff)
PCI: acpiphp: merge acpiphp_debug and debug
Should not have two, just remove debug, and use module_param_named instead. Also change acpiphp_debug to bool. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r--drivers/pci/hotplug/acpiphp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h
index 6b58ed0432e..a1afb5b39ad 100644
--- a/drivers/pci/hotplug/acpiphp.h
+++ b/drivers/pci/hotplug/acpiphp.h
@@ -205,6 +205,6 @@ extern u8 acpiphp_get_latch_status (struct acpiphp_slot *slot);
205extern u8 acpiphp_get_adapter_status (struct acpiphp_slot *slot); 205extern u8 acpiphp_get_adapter_status (struct acpiphp_slot *slot);
206 206
207/* variables */ 207/* variables */
208extern int acpiphp_debug; 208extern bool acpiphp_debug;
209 209
210#endif /* _ACPIPHP_H */ 210#endif /* _ACPIPHP_H */