From: Jonathan Cameron Date: Sat, 4 Sep 2010 16:54:49 +0000 (+0100) Subject: staging: iio: remove odd structure definition. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=299475e0d961c3dcf2f0b1a8a2ec6d61846aa52b;p=linux-beck.git staging: iio: remove odd structure definition. I've no idea where this came from! Also fixed form -> from in comment Signed-off-by: Jonathan Cameron Acked-by: Manuel Stahl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/trigger.h b/drivers/staging/iio/trigger.h index 4699586a5931..200d02e55b43 100644 --- a/drivers/staging/iio/trigger.h +++ b/drivers/staging/iio/trigger.h @@ -161,8 +161,4 @@ struct iio_trigger *iio_allocate_trigger(void); void iio_free_trigger(struct iio_trigger *trig); - -struct iio_simple_trigger { - struct iio_trigger trig; -}; #endif /* _IIO_TRIGGER_H_ */