From: Brian Masney Date: Sun, 22 Feb 2026 23:39:13 +0000 (-0500) Subject: mmc: sdhci-pic32: add SPDX license identifier X-Git-Tag: v7.1-rc1~157^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13b3203be1a9b5eabe407c1027ea16688e07cb5;p=thirdparty%2Fkernel%2Fstable.git mmc: sdhci-pic32: add SPDX license identifier Add the missing SPDX license identifier to the top of the file, and drop the boiler plate license text. Signed-off-by: Brian Masney Cc: linux-spdx@vger.kernel.org Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-pic32.c b/drivers/mmc/host/sdhci-pic32.c index 2cc632e91fe45..6899cf6c65e7d 100644 --- a/drivers/mmc/host/sdhci-pic32.c +++ b/drivers/mmc/host/sdhci-pic32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Support of SDHCI platform devices for Microchip PIC32. * @@ -5,10 +6,6 @@ * Andrei Pistirica, Paul Thacker * * Inspired by sdhci-pltfm.c - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include