diff options
| author | Marek BehĂșn <kabel@kernel.org> | 2024-07-08 18:18:00 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2024-07-30 14:35:46 +0300 |
| commit | 045c4bb864489fda99309dfa902346570d576a39 (patch) | |
| tree | a49905376a0a517b03f71a0ee3afbaed01f11e33 | |
| parent | ccef3a991b7c972cccce4aee8e62f70e3a706e78 (diff) | |
| download | linux-045c4bb864489fda99309dfa902346570d576a39.tar.xz | |
irqchip/armada-370-xp: Change to SPDX license identifier
Change the license identifier to SPDX style.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/all/20240708151801.11592-10-kabel@kernel.org
| -rw-r--r-- | drivers/irqchip/irq-armada-370-xp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/irqchip/irq-armada-370-xp.c b/drivers/irqchip/irq-armada-370-xp.c index cfd6dc803150..3d15d0bb7605 100644 --- a/drivers/irqchip/irq-armada-370-xp.c +++ b/drivers/irqchip/irq-armada-370-xp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Marvell Armada 370 and Armada XP SoC IRQ handling * @@ -7,10 +8,6 @@ * Gregory CLEMENT <gregory.clement@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Ben Dooks <ben.dooks@codethink.co.uk> - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include <linux/bits.h> |
