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)
commitc11e28f959a6e700d19a952e078cb368c2e781a4
tree449d3253fcaa2138c44e341b98d795057db441e2
parent88cc7b4eee1e7b9bca1a64dae5adaa044cf72312
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: 44d6f2ef94f9 ("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