lib: linear_ranges: Add missing MODULE_LICENSE()
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Sat, 9 May 2020 15:15:19 +0000 (18:15 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2020 10:55:28 +0000 (11:55 +0100)
commit35e65600808e257547f53f5c69c1a4eb6fc01c49
tree63b0f95a604e5bbd1fd3d0c64284d6160edc88f8
parent60ab7f4153b6af461c90d572c31104086b44639f
lib: linear_ranges: Add missing MODULE_LICENSE()

When linear_ranges is compiled as module we get warning
about missing MODULE_LICENSE(). Fix it by adding
MODULE_LICENSE("GPL") as is suggested by SPDX and EXPORTs.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20200509151519.GA7100@localhost.localdomain
Signed-off-by: Mark Brown <broonie@kernel.org>
lib/linear_ranges.c