Skip to content

Commit 5cec64e

Browse files
committed
Merge tag 'sunxi-core-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/soc
Platform core changes for the Allwinner SoCs, this time adding SPDX headers to our files. * tag 'sunxi-core-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: ARM: sunxi: Add a missing SPDX license header ARM: sunxi: Add a missing SPDX license header Link: https://lore.kernel.org/r/0ceaad3e-dc26-4be6-b98f-d25e51a41b81.lettre@localhost Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 17c129c + 5923dda commit 5cec64e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

arch/arm/mach-sunxi/platsmp.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* SMP support for Allwinner SoCs
34
*
@@ -8,9 +9,6 @@
89
* Based on code
910
* Copyright (C) 2012-2013 Allwinner Ltd.
1011
*
11-
* This file is licensed under the terms of the GNU General Public
12-
* License version 2. This program is licensed "as is" without any
13-
* warranty of any kind, whether express or implied.
1412
*/
1513

1614
#include <linux/delay.h>

arch/arm/mach-sunxi/sunxi.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Device Tree support for Allwinner A1X SoCs
34
*
45
* Copyright (C) 2012 Maxime Ripard
56
*
67
* Maxime Ripard <[email protected]>
78
*
8-
* This file is licensed under the terms of the GNU General Public
9-
* License version 2. This program is licensed "as is" without any
10-
* warranty of any kind, whether express or implied.
119
*/
1210

1311
#include <linux/clocksource.h>

0 commit comments

Comments
 (0)