aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi/sunxi.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-08-10 21:29:54 +0800
committerMaxime Ripard <maxime@cerno.tech>2021-09-13 09:03:46 +0200
commit7cb82b985f6e74733e32ec301a010533c7ce2f63 (patch)
treec385cd7926ec865a4159e0272f2386f5a16a8c3c /arch/arm/mach-sunxi/sunxi.c
parentLinux 5.15-rc1 (diff)
downloadlinux-dev-7cb82b985f6e74733e32ec301a010533c7ce2f63.tar.xz
linux-dev-7cb82b985f6e74733e32ec301a010533c7ce2f63.zip
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 <wangborong@cdjrlc.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210810132954.107518-1-wangborong@cdjrlc.com
Diffstat (limited to 'arch/arm/mach-sunxi/sunxi.c')
-rw-r--r--arch/arm/mach-sunxi/sunxi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
index 19635721013d..e1b7945aac99 100644
--- a/arch/arm/mach-sunxi/sunxi.c
+++ b/arch/arm/mach-sunxi/sunxi.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree support for Allwinner A1X SoCs
*
@@ -5,9 +6,6 @@
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#include <linux/clocksource.h>