diff options
Diffstat (limited to 'drivers/misc/dummy-irq.c')
-rw-r--r-- | drivers/misc/dummy-irq.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/misc/dummy-irq.c b/drivers/misc/dummy-irq.c index 76a1015d5783..fe3bfcb31a4c 100644 --- a/drivers/misc/dummy-irq.c +++ b/drivers/misc/dummy-irq.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Dummy IRQ handler driver. | 3 | * Dummy IRQ handler driver. |
3 | * | 4 | * |
@@ -10,11 +11,6 @@ | |||
10 | * Copyright (C) 2013 Jiri Kosina | 11 | * Copyright (C) 2013 Jiri Kosina |
11 | */ | 12 | */ |
12 | 13 | ||
13 | /* | ||
14 | * This program is free software; you can redistribute it and/or modify it | ||
15 | * under the terms of the GNU General Public License version 2 as published by | ||
16 | * the Free Software Foundation. | ||
17 | */ | ||
18 | #include <linux/module.h> | 14 | #include <linux/module.h> |
19 | #include <linux/irq.h> | 15 | #include <linux/irq.h> |
20 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |