Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34f57cc7 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging: iio: iio_sw_ring_helper_state - add dummy case for no buffer builds.

parent 0c4a938e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -222,5 +222,8 @@ void iio_sw_trigger_bh_to_ring(struct work_struct *work_s);
#else /* CONFIG_IIO_RING_BUFFER*/
static inline void iio_ring_sw_register_funcs(struct iio_ring_access_funcs *ra)
{};
struct iio_sw_ring_helper_state {
	struct iio_dev			*indio_dev;
};
#endif /* !CONFIG_IIO_RING_BUFFER */
#endif /* _IIO_RING_SW_H_ */