staging: iio: dummy: fix compile error when not using buffering
authorVlad Dogaru <vlad.dogaru@intel.com>
Mon, 29 Dec 2014 09:50:16 +0000 (11:50 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 1 Jan 2015 12:20:52 +0000 (12:20 +0000)
commit75d44ce08f3e5575c3060b04fa2abf99ba190284
treeb9d0df7b66996a2fe49ea558f2363942452644dd
parente904ce7e26c6ae84e8fb08b53cd466c0470445fd
staging: iio: dummy: fix compile error when not using buffering

Commit 4ae03019923f ("staging:iio:dummy: Register same channels for
device and buffer") has changed the number of parameters for
iio_simple_dummy_configure_buffer() only for the IIO_SIMPLE_DUMMY_BUFFER
case.  Fix this by also changing the placeholder function declared in
the header when buffering is not enabled.

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/iio_simple_dummy.h