aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sec-core.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2018-08-07 12:11:22 -0400
committerLee Jones <lee.jones@linaro.org>2018-10-23 03:58:34 -0400
commit39b27ad9c71cb72b07c9cd85191a8fe723e5b21a (patch)
treeaa55dab7c97b81b13f415e549db27a1c7bdff281 /drivers/mfd/sec-core.c
parent92af5c130c207b2b0d07e2a223a4901f16be1536 (diff)
mfd: sec-core: Add SPDX license identifiers
Replace GPL v2.0+ license statements with SPDX license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/sec-core.c')
-rw-r--r--drivers/mfd/sec-core.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 9613b4257302..e0835c9df7a1 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -1,15 +1,7 @@
1/* 1// SPDX-License-Identifier: GPL-2.0+
2 * sec-core.c 2//
3 * 3// Copyright (c) 2012 Samsung Electronics Co., Ltd
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd 4// http://www.samsung.com
5 * http://www.samsung.com
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 *
12 */
13 5
14#include <linux/module.h> 6#include <linux/module.h>
15#include <linux/moduleparam.h> 7#include <linux/moduleparam.h>