]> git.samba.org - sfrench/cifs-2.6.git/commit
staging:iio:accel:sca3000 merge files into one.
authorJonathan Cameron <jic23@kernel.org>
Sat, 8 Oct 2016 16:39:02 +0000 (17:39 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:33:57 +0000 (19:33 +0100)
commitced5c03d360aeebaac6faa7dd8d6d0a77733ab16
tree17f0a5100a29e4c988ef89d6b61adfa692a21395
parente3ef7532a3d2aabec6aaff0b72db42a6ebf03ab6
staging:iio:accel:sca3000 merge files into one.

In the early days of IIO we were much more inclined to keep the impact
of the core IIO elements to the minimum.  As time has moved on it has
become clear that hardly any builds are done without buffer support
and that it adds considerable complexity to the drivers.

Hence merge down the buffer and non buffer elements of the sca3000 driver
also allowing us to drop the header file used for the interfaces between
the two.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
drivers/staging/iio/accel/Makefile
drivers/staging/iio/accel/sca3000.c [moved from drivers/staging/iio/accel/sca3000_core.c with 69% similarity]
drivers/staging/iio/accel/sca3000.h [deleted file]
drivers/staging/iio/accel/sca3000_ring.c [deleted file]