hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/irqchip/irq-partition-percpu.h
....@@ -1,19 +1,11 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2016 ARM Limited, All Rights Reserved.
34 * Author: Marc Zyngier <marc.zyngier@arm.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
165 */
6
+
7
+#ifndef __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H
8
+#define __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H
179
1810 #include <linux/fwnode.h>
1911 #include <linux/cpumask.h>
....@@ -57,3 +49,5 @@
5749 return NULL;
5850 }
5951 #endif
52
+
53
+#endif /* __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H */