Skip to content

Commit 7cb82b9

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/sunxi.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 6880fa6 commit 7cb82b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)