On Mon, Jun 18, 2018 at 03:29:42PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxx> > > Adopt the SPDX license identifier headers to ease license compliance > management. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> Applied, thank you. > --- > drivers/input/touchscreen/fsl-imx25-tcq.c | 21 ++++++++------------- > 1 file changed, 8 insertions(+), 13 deletions(-) > > diff --git a/drivers/input/touchscreen/fsl-imx25-tcq.c b/drivers/input/touchscreen/fsl-imx25-tcq.c > index 47fe1f1..1d6c8f4 100644 > --- a/drivers/input/touchscreen/fsl-imx25-tcq.c > +++ b/drivers/input/touchscreen/fsl-imx25-tcq.c > @@ -1,16 +1,11 @@ > -/* > - * Copyright (C) 2014-2015 Pengutronix, Markus Pargmann <mpa@xxxxxxxxxxxxxx> > - * > - * 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. > - * > - * Based on driver from 2011: > - * Juergen Beisert, Pengutronix <kernel@xxxxxxxxxxxxxx> > - * > - * This is the driver for the imx25 TCQ (Touchscreen Conversion Queue) > - * connected to the imx25 ADC. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// > +// Copyright (C) 2014-2015 Pengutronix, Markus Pargmann <mpa@xxxxxxxxxxxxxx> > +// Based on driver from 2011: > +// Juergen Beisert, Pengutronix <kernel@xxxxxxxxxxxxxx> > +// > +// This is the driver for the imx25 TCQ (Touchscreen Conversion Queue) > +// connected to the imx25 ADC. > > #include <linux/clk.h> > #include <linux/device.h> > -- > 2.7.4 > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html