mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 <wangborong@cdjrlc.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210810133138.109309-1-wangborong@cdjrlc.com
This commit is contained in:
parent
7cb82b985f
commit
5923ddaa95
1 changed files with 1 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SMP support for Allwinner SoCs
|
* SMP support for Allwinner SoCs
|
||||||
*
|
*
|
||||||
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue