diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 18:03:39 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 14:44:21 +0300 |
commit | c0c6e0850514c16814c37f64a9a1bcc6c52a19ab (patch) | |
tree | 69c2564215e4185ff350ae42b37f0ea70cf05741 /kernel/irq/chip.c | |
parent | 2a76213072c8d6ac4364455e236d52b7d36601ca (diff) | |
download | linux-c0c6e0850514c16814c37f64a9a1bcc6c52a19ab.tar.xz |
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/chip.c')
-rw-r--r-- | kernel/irq/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 686be4b73018..4188a0a7691f 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -7,7 +7,7 @@ * This file contains the core interrupt handling code, for irq-chip * based architectures. * - * Detailed information is available in Documentation/DocBook/genericirq + * Detailed information is available in Documentation/core-api/genericirq.rst */ #include <linux/irq.h> |