summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/freescale/pinctrl-imx7ulp.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-05-19 21:43:54 +0300
committerLinus Walleij <linus.walleij@linaro.org>2018-05-24 10:32:58 +0300
commitc2b39deced784380e81f0e12c5ca7a6543cd8542 (patch)
tree690e1940be7d1d2be47e5735dd8f212b573a4a6b /drivers/pinctrl/freescale/pinctrl-imx7ulp.c
parentde8a6c672f21329ca71166edd9cfcd0e28c20187 (diff)
downloadlinux-c2b39deced784380e81f0e12c5ca7a6543cd8542.tar.xz
pinctrl: freescale: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/freescale/pinctrl-imx7ulp.c')
-rw-r--r--drivers/pinctrl/freescale/pinctrl-imx7ulp.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/drivers/pinctrl/freescale/pinctrl-imx7ulp.c b/drivers/pinctrl/freescale/pinctrl-imx7ulp.c
index f363e45fd246..f521bdb53f62 100644
--- a/drivers/pinctrl/freescale/pinctrl-imx7ulp.c
+++ b/drivers/pinctrl/freescale/pinctrl-imx7ulp.c
@@ -1,14 +1,9 @@
-/*
- * Copyright (C) 2016 Freescale Semiconductor, Inc.
- * Copyright (C) 2017 NXP
- *
- * Author: Dong Aisheng <aisheng.dong@nxp.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.
- *
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (C) 2016 Freescale Semiconductor, Inc.
+// Copyright (C) 2017 NXP
+//
+// Author: Dong Aisheng <aisheng.dong@nxp.com>
#include <linux/err.h>
#include <linux/init.h>