docs: Add request_irq() documentation

While checking the results of the :c:func: removal, I noticed that there
was no documentation for request_irq(), and request_threaded_irq() was not
mentioned at all.  Add a kerneldoc comment for request_irq() and add
request_threaded_irq() to the list of functions.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Corbet
2019-10-04 10:39:55 -06:00
parent e8a9e30d72
commit 5ca470a0c3
2 changed files with 15 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ The high-level Driver API consists of following functions:
- request_irq()
- request_threaded_irq()
- free_irq()
- disable_irq()