]> 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, 19 Jul 2015 10:47:58 +0000 (11:47 +0100)
commit5586193d730fee507ad213b6f194b2f8b0cd62ec
tree449d3253fcaa2138c44e341b98d795057db441e2
parentc48108bc46bd5dc2a72a0a7ce767974a17697679
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: 7626a03b6da9 ("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