On 6 July 2018 at 19:40, Fabio Estevam <festevam@xxxxxxxxx> 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> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/sdhci-esdhc-imx.c | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c > index aa48f4b..b79b9b8 100644 > --- a/drivers/mmc/host/sdhci-esdhc-imx.c > +++ b/drivers/mmc/host/sdhci-esdhc-imx.c > @@ -1,15 +1,11 @@ > -/* > - * Freescale eSDHC i.MX controller driver for the platform bus. > - * > - * derived from the OF-version. > - * > - * Copyright (c) 2010 Pengutronix e.K. > - * Author: Wolfram Sang <kernel@xxxxxxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; either version 2 of the License. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// > +// Freescale eSDHC i.MX controller driver for the platform bus. > +// > +// derived from the OF-version. > +// > +// Copyright (c) 2010 Pengutronix e.K. > +// Author: Wolfram Sang <kernel@xxxxxxxxxxxxxx> > > #include <linux/io.h> > #include <linux/delay.h> > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html