From: Boris Brezillon Date: Fri, 19 Oct 2018 07:48:54 +0000 (+0200) Subject: mtd: maps: physmap: Add SPDX header X-Git-Tag: v5.0-rc1~183^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18d54e557c55fbf29d1a25fe2e1c01b0970f36cb;p=thirdparty%2Flinux.git mtd: maps: physmap: Add SPDX header Add an SPDX header matching the MODULE_LICENSE("GPL") definition. Signed-off-by: Boris Brezillon Reviewed-by: Ricardo Ribalda Delgado Acked-by: Linus Walleij --- diff --git a/drivers/mtd/maps/physmap.c b/drivers/mtd/maps/physmap.c index cc2adbbcd60fe..19ec105cbb2d8 100644 --- a/drivers/mtd/maps/physmap.c +++ b/drivers/mtd/maps/physmap.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Normal mappings of chips in physical memory *