genirq/devres: Remove excess parameter from kernel doc

Building with 'make W=1' complains:

CC kernel/irq/devres.o
kernel/irq/devres.c:104: warning: Excess function parameter 'thread_fn'
description in 'devm_request_any_context_irq'

Remove it.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/31207.1552378676@turing-police


authored by

Valdis Kletnieks and committed by
Thomas Gleixner
bb2e3205 f27b744b

-2
-2
kernel/irq/devres.c
··· 84 84 * @dev: device to request interrupt for 85 85 * @irq: Interrupt line to allocate 86 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 87 * @irqflags: Interrupt type flags 90 88 * @devname: An ascii name for the claiming device, dev_name(dev) if NULL 91 89 * @dev_id: A cookie passed back to the handler function