diff options
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
| -rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 7d5921b1ee7..419919a87b0 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h @@ -46,10 +46,10 @@  #define PRESENT         1	/* Card in slot */  #define MY_NAME "rpaphp" -extern int debug; +extern int rpaphp_debug;  #define dbg(format, arg...)					\  	do {							\ -		if (debug)					\ +		if (rpaphp_debug)					\  			printk(KERN_DEBUG "%s: " format,	\  				MY_NAME , ## arg); 		\  	} while (0)  |