staging:iio:ad7291: Move out of staging
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 30 Jun 2014 08:50:00 +0000 (09:50 +0100)
committerJonathan Cameron <jic23@kernel.org>
Tue, 8 Jul 2014 20:17:30 +0000 (21:17 +0100)
commit3b1cae7c2c2b801b8530db07a02587bc1a41b3fe
treebe8dcd14bd0ff70d076eb8b1b26b87592fb68e77
parentcfa71bf35c87c79ad9a03a29a7426b495446b2bf
staging:iio:ad7291: Move out of staging

The ad7291 driver is in a reasonable shape. It does not use non-standard API/ABI
and there are no major style issues with the driver. So this patch moves it out
of staging.

There is one small warning from checkpatch which is also fixed in this patch.
The patch also sorts the #include directives in alphabetical order.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ad7291.c [new file with mode: 0644]
drivers/staging/iio/adc/Kconfig
drivers/staging/iio/adc/Makefile
drivers/staging/iio/adc/ad7291.c [deleted file]
drivers/staging/iio/adc/ad7291.h [deleted file]
include/linux/platform_data/ad7291.h [new file with mode: 0644]