]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging:iio:ad7476: Squash driver into a single file.
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 10 Sep 2012 08:34:00 +0000 (09:34 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 15 Sep 2012 09:02:13 +0000 (10:02 +0100)
commit7a28fe3c93d6cd920c84678a1bf45af8b4248577
tree7f9c63a8f1cd1c792f674036fc6c09025d75834c
parentcb093e444fede72c1ee31265dac475dc87ff321b
staging:iio:ad7476: Squash driver into a single file.

After the recent cleanups the buffer support is just a single 23 line function.
This does not really justify a file on its own, so move it to the main driver
file. And with only one source file left the header file containing the device
state struct becomes superflousious so move the content of the header
file to the main driver source file as well.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/Makefile
drivers/staging/iio/adc/ad7476.c [moved from drivers/staging/iio/adc/ad7476_core.c with 77% similarity]
drivers/staging/iio/adc/ad7476.h [deleted file]
drivers/staging/iio/adc/ad7476_ring.c [deleted file]