diff options
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/cpqphp_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/cpqphp_ctrl.c b/drivers/pci/hotplug/cpqphp_ctrl.c index ae2dd36efef2..3ec2ad7db49a 100644 --- a/drivers/pci/hotplug/cpqphp_ctrl.c +++ b/drivers/pci/hotplug/cpqphp_ctrl.c | |||
@@ -889,7 +889,7 @@ int cpqhp_resource_sort_and_combine(struct pci_resource **head) | |||
889 | } | 889 | } |
890 | 890 | ||
891 | 891 | ||
892 | irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data, struct pt_regs *regs) | 892 | irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data) |
893 | { | 893 | { |
894 | struct controller *ctrl = data; | 894 | struct controller *ctrl = data; |
895 | u8 schedule_flag = 0; | 895 | u8 schedule_flag = 0; |