hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/c6x/kernel/irq.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2011-2012 Texas Instruments Incorporated
34 *
....@@ -11,11 +12,6 @@
1112 * Copyright (C) 1996-2001 Cort Dougan
1213 * Adapted for Power Macintosh by Paul Mackerras
1314 * Copyright (C) 1996 Paul Mackerras (paulus@cs.anu.edu.au)
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
1915 */
2016 #include <linux/slab.h>
2117 #include <linux/seq_file.h>