diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 17:03:39 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 13:44:21 +0200 |
commit | c0c6e0850514c16814c37f64a9a1bcc6c52a19ab (patch) | |
tree | 69c2564215e4185ff350ae42b37f0ea70cf05741 /kernel/irq/chip.c | |
parent | ia64, scsi: update references for the device-io book (diff) | |
download | linux-c0c6e0850514c16814c37f64a9a1bcc6c52a19ab.tar.xz linux-c0c6e0850514c16814c37f64a9a1bcc6c52a19ab.zip |
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> |