diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index f4e028924667..26100f510b10 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
@@ -39,16 +39,6 @@ | |||
39 | #include <linux/mutex.h> | 39 | #include <linux/mutex.h> |
40 | #include <linux/pci_hotplug.h> | 40 | #include <linux/pci_hotplug.h> |
41 | 41 | ||
42 | #define dbg(format, arg...) \ | ||
43 | do { \ | ||
44 | if (acpiphp_debug) \ | ||
45 | printk(KERN_DEBUG "%s: " format, \ | ||
46 | MY_NAME , ## arg); \ | ||
47 | } while (0) | ||
48 | #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg) | ||
49 | #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) | ||
50 | #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) | ||
51 | |||
52 | struct acpiphp_context; | 42 | struct acpiphp_context; |
53 | struct acpiphp_bridge; | 43 | struct acpiphp_bridge; |
54 | struct acpiphp_slot; | 44 | struct acpiphp_slot; |