These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / iio / trigger.h
index fa76c79..1c9e028 100644 (file)
@@ -18,6 +18,9 @@ struct iio_subirq {
        bool enabled;
 };
 
+struct iio_dev;
+struct iio_trigger;
+
 /**
  * struct iio_trigger_ops - operations structure for an iio_trigger.
  * @owner:             used to monitor usage count of the trigger.