From: Boris Brezillon Date: Fri, 19 Oct 2018 07:48:54 +0000 (+0200) Subject: mtd: maps: physmap: Add SPDX header X-Git-Tag: for-linus-20190104~136^2~34 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=18d54e557c55fbf29d1a25fe2e1c01b0970f36cb;p=linux-block.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 cc2adbbcd60f..19ec105cbb2d 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 *