staging:iio:ad7298: Squash everything into one file
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 15 Nov 2012 13:15:00 +0000 (13:15 +0000)
committerJonathan Cameron <jic23@kernel.org>
Mon, 19 Nov 2012 22:22:14 +0000 (22:22 +0000)
commitdc4871adf96573f3ea1672fceb844301dc071a2b
tree0cc0ca4243db475e5494c89cae43613570c9aa64
parent01a10e04f8e099fea3212a70df0b25a8ffd9275f
staging:iio:ad7298: Squash everything into one file

The recent cleanups have decimated the drivers code size by quite a bit. It is
only a few hundred lines in total now. Putting everything into one file also
allows to reduce the code size a bit more by removing a few lines of boilerplate
code. The only functional change made by this patch is that we now always
include buffer support, instead of making it optional. This is more consistent
with what we do for other drivers.

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