summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cyclic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cyclic.h b/include/cyclic.h
index 50427baa3f4..263b74d89b8 100644
--- a/include/cyclic.h
+++ b/include/cyclic.h
@@ -18,11 +18,9 @@
* struct cyclic_drv - Cyclic driver internal data
*
* @cyclic_list: Cylic list node
- * @cyclic_ready: Flag if cyclic infrastructure is ready
*/
struct cyclic_drv {
struct list_head cyclic_list;
- bool cyclic_ready;
};
/**