| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * twl6030-irq.c - TWL6030 irq support |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 15 | 16 | * TWL6030 specific code and IRQ handling changes by |
|---|
| 16 | 17 | * Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com> |
|---|
| 17 | 18 | * 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 |
|---|
| 32 | 19 | */ |
|---|
| 33 | 20 | |
|---|
| 34 | 21 | #include <linux/export.h> |
|---|