]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: rockchip_saradc: add missing MODULE_* data
authorHeiko Stuebner <heiko@sntech.de>
Mon, 25 May 2015 20:36:58 +0000 (22:36 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 7 Jun 2015 16:27:20 +0000 (17:27 +0100)
commitce0360e8244b4266f18b53c5fda6ba3d88e3a34c
tree62e197783966dd1693291945b4854fdc1652779a
parent8fddf28d5bd05a6a60bf10682ec6357b6bd587ca
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: ac76854c0101 ("iio: adc: add driver for Rockchip saradc")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/rockchip_saradc.c