Skip to content

Commit 5923dda

Browse files
Jason Wangmripard
authored andcommitted
ARM: sunxi: Add a missing SPDX license header
Add the missing SPDX license header to arch/arm/mach-sunxi/platsmp.c. Signed-off-by: Jason Wang <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7cb82b9 commit 5923dda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
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>

0 commit comments

Comments
 (0)