aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-10-19 09:48:54 +0200
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-11-05 22:21:58 +0100
commit18d54e557c55fbf29d1a25fe2e1c01b0970f36cb (patch)
tree2b7402201a28515842679427c6c69fae6e1f7dab
parentLinux 4.20-rc1 (diff)
downloadlinux-dev-18d54e557c55fbf29d1a25fe2e1c01b0970f36cb.tar.xz
linux-dev-18d54e557c55fbf29d1a25fe2e1c01b0970f36cb.zip
mtd: maps: physmap: Add SPDX header
Add an SPDX header matching the MODULE_LICENSE("GPL") definition. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/mtd/maps/physmap.c1
1 files changed, 1 insertions, 0 deletions
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
*