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

Commit 299475e0 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging: iio: remove odd structure definition.



I've no idea where this came from!
Also fixed form -> from in comment

Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Acked-by: default avatarManuel Stahl <manuel.stahl@iis.fraunhofer.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9dbfb6f1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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_ */