summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2010-09-04 17:54:49 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-04 21:19:01 -0700
commit299475e0d961c3dcf2f0b1a8a2ec6d61846aa52b (patch)
treebe5133a972c66309baaddb98326ef5276c290871 /drivers/staging
parent9dbfb6f14a85ef4af5c0a8a49a5ff57591171ad1 (diff)
downloadop-kernel-dev-299475e0d961c3dcf2f0b1a8a2ec6d61846aa52b.zip
op-kernel-dev-299475e0d961c3dcf2f0b1a8a2ec6d61846aa52b.tar.gz
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/iio/trigger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/iio/trigger.h b/drivers/staging/iio/trigger.h
index 4699586..200d02e 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_ */
OpenPOWER on IntegriCloud