]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2511bcbf615be0b7ee6e64c2abc9777a8008022
tree0cc0ca4243db475e5494c89cae43613570c9aa64
parent085509f38ac65086970f6272c296b9b432510354
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]