diff options
| -rw-r--r-- | kernel/irq/devres.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/irq/devres.c b/kernel/irq/devres.c index 5d5378ea0afe..f808c6a97dcc 100644 --- a/kernel/irq/devres.c +++ b/kernel/irq/devres.c | |||
| @@ -84,8 +84,6 @@ EXPORT_SYMBOL(devm_request_threaded_irq); | |||
| 84 | * @dev: device to request interrupt for | 84 | * @dev: device to request interrupt for |
| 85 | * @irq: Interrupt line to allocate | 85 | * @irq: Interrupt line to allocate |
| 86 | * @handler: Function to be called when the IRQ occurs | 86 | * @handler: Function to be called when the IRQ occurs |
| 87 | * @thread_fn: function to be called in a threaded interrupt context. NULL | ||
| 88 | * for devices which handle everything in @handler | ||
| 89 | * @irqflags: Interrupt type flags | 87 | * @irqflags: Interrupt type flags |
| 90 | * @devname: An ascii name for the claiming device, dev_name(dev) if NULL | 88 | * @devname: An ascii name for the claiming device, dev_name(dev) if NULL |
| 91 | * @dev_id: A cookie passed back to the handler function | 89 | * @dev_id: A cookie passed back to the handler function |
