diff options
Diffstat (limited to 'include/linux/clk-private.h')
-rw-r--r-- | include/linux/clk-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h index efbf70b9fd84..4ed34105c371 100644 --- a/include/linux/clk-private.h +++ b/include/linux/clk-private.h | |||
@@ -48,6 +48,7 @@ struct clk { | |||
48 | unsigned long accuracy; | 48 | unsigned long accuracy; |
49 | struct hlist_head children; | 49 | struct hlist_head children; |
50 | struct hlist_node child_node; | 50 | struct hlist_node child_node; |
51 | struct hlist_node debug_node; | ||
51 | unsigned int notifier_count; | 52 | unsigned int notifier_count; |
52 | #ifdef CONFIG_DEBUG_FS | 53 | #ifdef CONFIG_DEBUG_FS |
53 | struct dentry *dentry; | 54 | struct dentry *dentry; |