Commit 5cec64e5 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'sunxi-core-for-5.16-1' of...

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@localhostSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 17c129ca 5923ddaa
// SPDX-License-Identifier: GPL-2.0
/* /*
* SMP support for Allwinner SoCs * SMP support for Allwinner SoCs
* *
...@@ -8,9 +9,6 @@ ...@@ -8,9 +9,6 @@
* Based on code * Based on code
* Copyright (C) 2012-2013 Allwinner Ltd. * Copyright (C) 2012-2013 Allwinner Ltd.
* *
* 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/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Device Tree support for Allwinner A1X SoCs * Device Tree support for Allwinner A1X SoCs
* *
...@@ -5,9 +6,6 @@ ...@@ -5,9 +6,6 @@
* *
* Maxime Ripard <maxime.ripard@free-electrons.com> * 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> #include <linux/clocksource.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment