diff options
| -rw-r--r-- | drivers/pci/hotplug/pciehp_core.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index f93e81e2d2c7..f13f31323e85 100644 --- a/drivers/pci/hotplug/pciehp_core.c +++ b/drivers/pci/hotplug/pciehp_core.c | |||
| @@ -521,14 +521,9 @@ static void __exit unload_pciehpd(void) | |||
| 521 | 521 | ||
| 522 | } | 522 | } |
| 523 | 523 | ||
| 524 | static int hpdriver_context = 0; | ||
| 525 | |||
| 526 | static void pciehp_remove (struct pcie_device *device) | 524 | static void pciehp_remove (struct pcie_device *device) |
| 527 | { | 525 | { |
| 528 | printk("%s ENTRY\n", __FUNCTION__); | 526 | /* XXX - Needs to be adapted to device driver model */ |
| 529 | printk("%s -> Call free_irq for irq = %d\n", | ||
| 530 | __FUNCTION__, device->irq); | ||
| 531 | free_irq(device->irq, &hpdriver_context); | ||
| 532 | } | 527 | } |
| 533 | 528 | ||
| 534 | #ifdef CONFIG_PM | 529 | #ifdef CONFIG_PM |
