diff options
author | Olof Johansson <olof@lixom.net> | 2018-01-12 02:39:04 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-01-12 02:39:04 +0100 |
commit | 60050d67643344a037d18bb55e1292604d79b27c (patch) | |
tree | 4273f35ec3abe3860500c9ef8d5e43e59d8a1c4a /arch/arm/plat-samsung/include/plat/pm-common.h | |
parent | Merge tag 'imx-defconfig-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
parent | ARM: SAMSUNG: Add SPDX license identifiers (diff) | |
download | linux-60050d67643344a037d18bb55e1292604d79b27c.tar.xz linux-60050d67643344a037d18bb55e1292604d79b27c.zip |
Merge tag 'samsung-soc-4.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/soc
Samsung mach/soc changes for v4.16
Add SPDX license identifiers.
* tag 'samsung-soc-4.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: SAMSUNG: Add SPDX license identifiers
ARM: S5PV210: Add SPDX license identifiers
ARM: S3C64XX: Add SPDX license identifiers
ARM: S3C24XX: Add SPDX license identifiers
ARM: EXYNOS: Add SPDX license identifiers
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/pm-common.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/pm-common.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/plat-samsung/include/plat/pm-common.h b/arch/arm/plat-samsung/include/plat/pm-common.h index 8705f9e0e288..1268bae04234 100644 --- a/arch/arm/plat-samsung/include/plat/pm-common.h +++ b/arch/arm/plat-samsung/include/plat/pm-common.h @@ -1,14 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2013 Samsung Electronics Co., Ltd. * Tomasz Figa <t.figa@samsung.com> * Copyright (c) 2004 Simtec Electronics * http://armlinux.simtec.co.uk/ * Written by Ben Dooks, <ben@simtec.co.uk> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. -*/ + */ #ifndef __PLAT_SAMSUNG_PM_COMMON_H #define __PLAT_SAMSUNG_PM_COMMON_H __FILE__ |