Searched hist:"35 e65600808e257547f53f5c69c1a4eb6fc01c49" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | linear_ranges.c | diff 35e65600808e257547f53f5c69c1a4eb6fc01c49 Sat May 09 10:15:19 CDT 2020 Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> 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>
|