[PATCH] genirq: Remove repeated verbose license text

From: Cai Huoqing
Date: Sat Aug 21 2021 - 22:19:25 EST


remove it because SPDX-License-Identifier is already used

Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx>
---
kernel/irq/cpuhotplug.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/kernel/irq/cpuhotplug.c b/kernel/irq/cpuhotplug.c
index 02236b13b359..c3bc17f4c10e 100644
--- a/kernel/irq/cpuhotplug.c
+++ b/kernel/irq/cpuhotplug.c
@@ -4,10 +4,6 @@
* arch/arm implementation
*
* Copyright (C) Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/interrupt.h>
#include <linux/ratelimit.h>
--
2.25.1