diff options
Diffstat (limited to 'drivers/pci/hotplug/cpcihp_zt5550.c')
-rw-r--r-- | drivers/pci/hotplug/cpcihp_zt5550.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/cpcihp_zt5550.c b/drivers/pci/hotplug/cpcihp_zt5550.c index 41f6a8d79c81..6bf8d2ab164f 100644 --- a/drivers/pci/hotplug/cpcihp_zt5550.c +++ b/drivers/pci/hotplug/cpcihp_zt5550.c | |||
@@ -57,8 +57,8 @@ | |||
57 | #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) | 57 | #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) |
58 | 58 | ||
59 | /* local variables */ | 59 | /* local variables */ |
60 | static int debug; | 60 | static bool debug; |
61 | static int poll; | 61 | static bool poll; |
62 | static struct cpci_hp_controller_ops zt5550_hpc_ops; | 62 | static struct cpci_hp_controller_ops zt5550_hpc_ops; |
63 | static struct cpci_hp_controller zt5550_hpc; | 63 | static struct cpci_hp_controller zt5550_hpc; |
64 | 64 | ||