diff options
Diffstat (limited to 'arch/arm/mach-keystone')
| -rw-r--r-- | arch/arm/mach-keystone/keystone.c | 5 | ||||
| -rw-r--r-- | arch/arm/mach-keystone/keystone.h | 5 | ||||
| -rw-r--r-- | arch/arm/mach-keystone/memory.h | 5 | ||||
| -rw-r--r-- | arch/arm/mach-keystone/platsmp.c | 5 | ||||
| -rw-r--r-- | arch/arm/mach-keystone/pm_domain.c | 5 | 
5 files changed, 5 insertions, 20 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index 84613abf35a3..638808c4e122 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Keystone2 based boards and SOC related code.   *   * Copyright 2013 Texas Instruments, Inc.   *	Cyril Chemparathy <cyril@ti.com>   *	Santosh Shilimkar <santosh.shillimkar@ti.com> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation.   */  #include <linux/io.h>  #include <linux/of.h> diff --git a/arch/arm/mach-keystone/keystone.h b/arch/arm/mach-keystone/keystone.h index 33eaa037af5a..438e531cc007 100644 --- a/arch/arm/mach-keystone/keystone.h +++ b/arch/arm/mach-keystone/keystone.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */  /*   * Copyright 2013 Texas Instruments, Inc.   *	Cyril Chemparathy <cyril@ti.com>   *	Santosh Shilimkar <santosh.shillimkar@ti.com> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation.   */  #ifndef __KEYSTONE_H__ diff --git a/arch/arm/mach-keystone/memory.h b/arch/arm/mach-keystone/memory.h index b854fb18eef1..9147565d0581 100644 --- a/arch/arm/mach-keystone/memory.h +++ b/arch/arm/mach-keystone/memory.h @@ -1,10 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */  /*   * Copyright 2014 Texas Instruments, Inc.   *	Santosh Shilimkar <santosh.shilimkar@ti.com> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation.   */  #ifndef __MEMORY_H  #define __MEMORY_H diff --git a/arch/arm/mach-keystone/platsmp.c b/arch/arm/mach-keystone/platsmp.c index 5665276972ec..c810e23a8fa0 100644 --- a/arch/arm/mach-keystone/platsmp.c +++ b/arch/arm/mach-keystone/platsmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Keystone SOC SMP platform code   * @@ -6,10 +7,6 @@   *	Santosh Shilimkar <santosh.shillimkar@ti.com>   *   * Based on platsmp.c, Copyright (C) 2002 ARM Ltd. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation.   */  #include <linux/init.h> diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c index abca83d22ff3..5eea01cbecf0 100644 --- a/arch/arm/mach-keystone/pm_domain.c +++ b/arch/arm/mach-keystone/pm_domain.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * PM domain driver for Keystone2 devices   * @@ -6,10 +7,6 @@   *   * Based on Kevins work on DAVINCI SOCs   *	Kevin Hilman <khilman@linaro.org> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation.   */  #include <linux/init.h>  | 

