]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging:iio:ad7887: Squash everything into one file
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 5 Nov 2012 09:56:00 +0000 (09:56 +0000)
committerJonathan Cameron <jic23@kernel.org>
Mon, 5 Nov 2012 20:39:52 +0000 (20:39 +0000)
commit65dd3d3d7a9bca683599b214229c546392394622
tree21f167abeb6778fabe774ccfd906dc45bb4ee241
parentbf5d2613c9083b8d4f4e98f5b25553fc938b50c6
staging:iio:ad7887: 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 and we also always build buffer support,
so there really is no need to spread the driver out over multiple files. Putting
everything into one file also allows to reduce the code size a bit more by
removing a few lines of boilerplate code.

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/ad7887.c [moved from drivers/staging/iio/adc/ad7887_core.c with 62% similarity]
drivers/staging/iio/adc/ad7887.h
drivers/staging/iio/adc/ad7887_ring.c [deleted file]