iio: mxs-lradc: Fix 'duplicate const' warning
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 6 Feb 2013 02:54:00 +0000 (02:54 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 9 Feb 2013 10:52:31 +0000 (10:52 +0000)
commitad76fda78318821fe8823b4b7c587a46a268eecf
tree23dd6a4bf018dcb32e00ca8e79db633c744f209c
parent91ffbabfd9ae6b9bfef02bb1e0fbba451c7289a7
iio: mxs-lradc: Fix 'duplicate const' warning

The following warning is generated by sparse:

drivers/staging/iio/adc/mxs-lradc.c:118:47: warning: duplicate const

Remove the duplicate const.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/mxs-lradc.c