hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/misc/dummy-irq.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Dummy IRQ handler driver.
34 *
....@@ -10,11 +11,6 @@
1011 * Copyright (C) 2013 Jiri Kosina
1112 */
1213
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
- */
1814 #include <linux/module.h>
1915 #include <linux/irq.h>
2016 #include <linux/interrupt.h>