hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/mfd/twl6030-irq.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * twl6030-irq.c - TWL6030 irq support
34 *
....@@ -15,20 +16,6 @@
1516 * TWL6030 specific code and IRQ handling changes by
1617 * Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
1718 * Balaji T K <balajitk@ti.com>
18
- *
19
- * This program is free software; you can redistribute it and/or modify
20
- * it under the terms of the GNU General Public License as published by
21
- * the Free Software Foundation; either version 2 of the License, or
22
- * (at your option) any later version.
23
- *
24
- * This program is distributed in the hope that it will be useful,
25
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
26
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27
- * GNU General Public License for more details.
28
- *
29
- * You should have received a copy of the GNU General Public License
30
- * along with this program; if not, write to the Free Software
31
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3219 */
3320
3421 #include <linux/export.h>