diff options
Diffstat (limited to 'drivers/pci/htirq.c')
-rw-r--r-- | drivers/pci/htirq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/htirq.c b/drivers/pci/htirq.c index 4e9dd0fe2745..737a1c44b07a 100644 --- a/drivers/pci/htirq.c +++ b/drivers/pci/htirq.c | |||
@@ -160,6 +160,7 @@ int ht_create_irq(struct pci_dev *dev, int idx) | |||
160 | 160 | ||
161 | /** | 161 | /** |
162 | * ht_destroy_irq - destroy an irq created with ht_create_irq | 162 | * ht_destroy_irq - destroy an irq created with ht_create_irq |
163 | * @irq: irq to be destroyed | ||
163 | * | 164 | * |
164 | * This reverses ht_create_irq removing the specified irq from | 165 | * This reverses ht_create_irq removing the specified irq from |
165 | * existence. The irq should be free before this happens. | 166 | * existence. The irq should be free before this happens. |