Input: fsl-imx25-tcq - 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
a9faa462b6
commit
e516359682
|
@ -1,16 +1,11 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
* Copyright (C) 2014-2015 Pengutronix, Markus Pargmann <mpa@pengutronix.de>
|
//
|
||||||
*
|
// Copyright (C) 2014-2015 Pengutronix, Markus Pargmann <mpa@pengutronix.de>
|
||||||
* This program is free software; you can redistribute it and/or modify it under
|
// Based on driver from 2011:
|
||||||
* the terms of the GNU General Public License version 2 as published by the
|
// Juergen Beisert, Pengutronix <kernel@pengutronix.de>
|
||||||
* Free Software Foundation.
|
//
|
||||||
*
|
// This is the driver for the imx25 TCQ (Touchscreen Conversion Queue)
|
||||||
* Based on driver from 2011:
|
// connected to the imx25 ADC.
|
||||||
* Juergen Beisert, Pengutronix <kernel@pengutronix.de>
|
|
||||||
*
|
|
||||||
* This is the driver for the imx25 TCQ (Touchscreen Conversion Queue)
|
|
||||||
* connected to the imx25 ADC.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
|
Loading…
Reference in New Issue