From 02db0bb33acf8afbdb9fb4fbaa99f7185337098f Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Wed, 18 May 2011 14:42:19 +0100 Subject: staging:iio:buffer - remove unused event code for buffer events. These events are no longer passed up to userspace. ad7745 - was using these events to indicate directly dataready events. I'm not sure when it ever makes sense to push these to userspace so for now I've taken them to event codes 0 and 1 until someone has time to make this driver do something more standard. (they were arbitary before, they still are, be it in a different way!) Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/staging/iio/iio.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/staging/iio/iio.h') diff --git a/drivers/staging/iio/iio.h b/drivers/staging/iio/iio.h index 1ad9480fc694..4dc4ff0232a4 100644 --- a/drivers/staging/iio/iio.h +++ b/drivers/staging/iio/iio.h @@ -28,10 +28,6 @@ /* naughty temporary hack to match these against the event version - need to flattern these together */ enum iio_chan_type { - /* Need this here for now to support buffer events - * set to 0 to avoid changes to ring_generic.c */ - IIO_BUFFER = 0, - /* real channel types */ IIO_IN, IIO_CURRENT, -- cgit v1.2.3