iio: adc: rockchip_saradc: add missing MODULE_* data
authorHeiko Stuebner <heiko@sntech.de>
Mon, 25 May 2015 20:36:58 +0000 (22:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:29:02 +0000 (09:29 -0700)
commit4cb9ad71fc2b17e1b8540de8943b5d7f5019e922
tree0b22c11879851e35865d8da908c5fe371b1d0af7
parent2f69632bdd525e69893f029c528b4d6dc8e123a1
iio: adc: rockchip_saradc: add missing MODULE_* data

commit dc7b8d98ac003c9f1e83a5f927c372dac6f114a1 upstream.

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>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/adc/rockchip_saradc.c