diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 12:03:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:44:21 -0300 |
commit | c0c6e0850514c16814c37f64a9a1bcc6c52a19ab (patch) | |
tree | 69c2564215e4185ff350ae42b37f0ea70cf05741 /kernel/irq/handle.c | |
parent | 2a76213072c8d6ac4364455e236d52b7d36601ca (diff) |
irq: update genericirq book location
This book got converted from DocBook. Update its references to
point to the current location.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r-- | kernel/irq/handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index d3f24905852c..bbf9a7174283 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@ -6,7 +6,7 @@ * * This file contains the core interrupt handling code. * - * Detailed information is available in Documentation/DocBook/genericirq + * Detailed information is available in Documentation/core-api/genericirq.rst * */ |