projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbfb6f
)
staging: iio: remove odd structure definition.
author
Jonathan Cameron
<jic23@cam.ac.uk>
Sat, 4 Sep 2010 16:54:49 +0000
(17:54 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 5 Sep 2010 04:19:01 +0000
(21:19 -0700)
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>
drivers/staging/iio/trigger.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/iio/trigger.h
b/drivers/staging/iio/trigger.h
index 4699586a593139c5049e997d1571946ed33a3793..200d02e55b434fb7f4aa0568a353200043157e09 100644
(file)
--- 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_ */