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>
This commit is contained in:
parent
5aff29efbe
commit
0eb7090454
drivers/input/keyboard
|
@ -1,11 +1,7 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
* Driver for the IMX keypad port.
|
//
|
||||||
* Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com>
|
// 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
Loading…
Reference in New Issue