Add an SPDX header matching the MODULE_LICENSE("GPL") definition. Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx> Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@xxxxxxxxx> --- Changes in v2: - Add Ricardo's R-b --- drivers/mtd/maps/physmap.c | 1 + 1 file changed, 1 insertion(+) 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 * -- 2.14.1