iio: Drop timestamp parameter from buffer store_to callback
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Sep 2012 12:38:00 +0000 (13:38 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 8 Sep 2012 09:14:34 +0000 (10:14 +0100)
Drop timestamp parameter from buffer store_to callback and subsequently from
iio_push_to_buffer. The timestamp parameter is unused and it seems likely that
it will stay unused in the future, so it should be safe to remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found