Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sdhci-esdhc-imx: 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: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Fabio Estevam and committed by
Ulf Hansson
a6e7e407 e438cf49

+1 -4
+1 -4
drivers/mmc/host/sdhci-esdhc-imx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Freescale eSDHC i.MX controller driver for the platform bus. 3 4 * ··· 6 5 * 7 6 * Copyright (c) 2010 Pengutronix e.K. 8 7 * Author: Wolfram Sang <kernel@pengutronix.de> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License. 13 8 */ 14 9 15 10 #include <linux/io.h>