aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-merrifield.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-11-06 14:11:42 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-12-07 17:34:08 +0200
commit93374b76a92c1e88f3251d38a6ea36e07a2cdf86 (patch)
tree6b50ef855337336ac405acc125cefc1198b65a4d /drivers/gpio/gpio-merrifield.c
parentgpio: lynxpoint: Convert to use SPDX identifier (diff)
downloadlinux-dev-93374b76a92c1e88f3251d38a6ea36e07a2cdf86.tar.xz
linux-dev-93374b76a92c1e88f3251d38a6ea36e07a2cdf86.zip
gpio: merrifield: Convert to use SPDX identifier
Reduce size of duplicated comments by switching to use SPDX identifier. No functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/gpio/gpio-merrifield.c')
-rw-r--r--drivers/gpio/gpio-merrifield.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-merrifield.c b/drivers/gpio/gpio-merrifield.c
index 3d0a37f8ee75..7c659fdaa6d5 100644
--- a/drivers/gpio/gpio-merrifield.c
+++ b/drivers/gpio/gpio-merrifield.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Intel Merrifield SoC GPIO driver
*
* Copyright (c) 2016 Intel Corporation.
* Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
- *
- * 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.
*/
#include <linux/acpi.h>