diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-27 13:24:50 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-27 13:24:50 -0800 |
commit | 12e0888de8d3bab92d219379d4226c7f9c306a91 (patch) | |
tree | f11b02e96c2de42d5af46c3e2934821032dff17f /arch/arm/mach-bcm/platsmp.c | |
parent | 99b90b5d02e16767c94c41452e480bd530fda111 (diff) | |
parent | 7b369a42e6d06c59fc56a1769fb4da797fac9bad (diff) |
Merge tag 'tags/bcm2835-soc-next-2018-11-27' into soc/next
This pull request adds SPDX identifiers to the bcm2835 platform files.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm/platsmp.c')
-rw-r--r-- | arch/arm/mach-bcm/platsmp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-bcm/platsmp.c b/arch/arm/mach-bcm/platsmp.c index 7d954830eb57..47f8053d0240 100644 --- a/arch/arm/mach-bcm/platsmp.c +++ b/arch/arm/mach-bcm/platsmp.c @@ -1,15 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2014-2015 Broadcom Corporation * Copyright 2014 Linaro Limited - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/cpumask.h> |