Loading drivers/clk/clk.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,11 +62,11 @@ struct clk_core { int phase; struct hlist_head children; struct hlist_node child_node; struct hlist_node debug_node; struct hlist_head clks; unsigned int notifier_count; #ifdef CONFIG_DEBUG_FS struct dentry *dentry; struct hlist_node debug_node; #endif struct kref ref; }; Loading Loading
drivers/clk/clk.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,11 +62,11 @@ struct clk_core { int phase; struct hlist_head children; struct hlist_node child_node; struct hlist_node debug_node; struct hlist_head clks; unsigned int notifier_count; #ifdef CONFIG_DEBUG_FS struct dentry *dentry; struct hlist_node debug_node; #endif struct kref ref; }; Loading