aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-06-19 11:18:50 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-06-21 17:22:06 -0700
commit0eb70904546bbaad22cb609caef8b9132216474e (patch)
tree7beb18c51d94224e7e00e607ec7de639d51fe410 /drivers
parentMerge branch 'ib/4.17-xen-kbdfront-runtime-config' into next (diff)
downloadlinux-dev-0eb70904546bbaad22cb609caef8b9132216474e.tar.xz
linux-dev-0eb70904546bbaad22cb609caef8b9132216474e.zip
Input: imx_keypad - switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/keyboard/imx_keypad.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/input/keyboard/imx_keypad.c b/drivers/input/keyboard/imx_keypad.c
index 25d61d8d4fc4..539cb670de41 100644
--- a/drivers/input/keyboard/imx_keypad.c
+++ b/drivers/input/keyboard/imx_keypad.c
@@ -1,11 +1,7 @@
-/*
- * Driver for the IMX keypad port.
- * Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.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
+//
+// Driver for the IMX keypad port.
+// Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com>
#include <linux/clk.h>
#include <linux/delay.h>