Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c11e28f9 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Jonathan Cameron
Browse files

iio: adc: rockchip_saradc: add missing MODULE_* data



The module-data is currently missing. This includes the license-information
which makes the driver taint the kernel and miss symbols when compiled as
module.

Fixes: 44d6f2ef ("iio: adc: add driver for Rockchip saradc")
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Cc: <Stable@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 88cc7b4e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -349,3 +349,7 @@ static struct platform_driver rockchip_saradc_driver = {
};

module_platform_driver(rockchip_saradc_driver);

MODULE_AUTHOR("Heiko Stuebner <heiko@sntech.de>");
MODULE_DESCRIPTION("Rockchip SARADC driver");
MODULE_LICENSE("GPL v2");