diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-10-19 10:48:54 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-11-06 00:21:58 +0300 |
commit | 18d54e557c55fbf29d1a25fe2e1c01b0970f36cb (patch) | |
tree | 2b7402201a28515842679427c6c69fae6e1f7dab /drivers/mtd/maps | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-18d54e557c55fbf29d1a25fe2e1c01b0970f36cb.tar.xz |
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>
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r-- | drivers/mtd/maps/physmap.c | 1 |
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 * |