Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jic23@cam.ac.uk>
Acked-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Jonathan Cameron and committed by
Greg Kroah-Hartman
299475e0 9dbfb6f1

-4
-4
drivers/staging/iio/trigger.h
··· 161 161 162 162 void iio_free_trigger(struct iio_trigger *trig); 163 163 164 - 165 - struct iio_simple_trigger { 166 - struct iio_trigger trig; 167 - }; 168 164 #endif /* _IIO_TRIGGER_H_ */