[tip: irq/core] irqchip/armada-370-xp: Change to SPDX license identifier

From: tip-bot2 for Marek Behún
Date: Tue Jul 30 2024 - 07:43:18 EST


The following commit has been merged into the irq/core branch of tip:

Commit-ID: 045c4bb864489fda99309dfa902346570d576a39
Gitweb: https://git.kernel.org/tip/045c4bb864489fda99309dfa902346570d576a39
Author: Marek Behún <kabel@xxxxxxxxxx>
AuthorDate: Mon, 08 Jul 2024 17:18:00 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Tue, 30 Jul 2024 13:35:46 +02:00

irqchip/armada-370-xp: Change to SPDX license identifier

Change the license identifier to SPDX style.

Signed-off-by: Marek Behún <kabel@xxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Link: https://lore.kernel.org/all/20240708151801.11592-10-kabel@xxxxxxxxxx


---
drivers/irqchip/irq-armada-370-xp.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/irqchip/irq-armada-370-xp.c b/drivers/irqchip/irq-armada-370-xp.c
index cfd6dc8..3d15d0b 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@xxxxxxxxxxxxxxxxxx>
* Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx>
* Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
- *
- * 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>