summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 11:03:39 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 07:44:21 -0400
commitc0c6e0850514c16814c37f64a9a1bcc6c52a19ab (patch)
tree69c2564215e4185ff350ae42b37f0ea70cf05741
parent2a76213072c8d6ac4364455e236d52b7d36601ca (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>
-rw-r--r--kernel/irq/chip.c2
-rw-r--r--kernel/irq/handle.c2
-rw-r--r--kernel/irq/irqdesc.c2
3 files changed, 3 insertions, 3 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 @@
7 * This file contains the core interrupt handling code, for irq-chip 7 * This file contains the core interrupt handling code, for irq-chip
8 * based architectures. 8 * based architectures.
9 * 9 *
10 * Detailed information is available in Documentation/DocBook/genericirq 10 * Detailed information is available in Documentation/core-api/genericirq.rst
11 */ 11 */
12 12
13#include <linux/irq.h> 13#include <linux/irq.h>
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 @@
6 * 6 *
7 * This file contains the core interrupt handling code. 7 * This file contains the core interrupt handling code.
8 * 8 *
9 * Detailed information is available in Documentation/DocBook/genericirq 9 * Detailed information is available in Documentation/core-api/genericirq.rst
10 * 10 *
11 */ 11 */
12 12
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index 00bb0aeea1d0..22e443133987 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * This file contains the interrupt descriptor management code 5 * This file contains the interrupt descriptor management code
6 * 6 *
7 * Detailed information is available in Documentation/DocBook/genericirq 7 * Detailed information is available in Documentation/core-api/genericirq.rst
8 * 8 *
9 */ 9 */
10#include <linux/irq.h> 10#include <linux/irq.h>