diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index ee222e28bd97b35471103723fac29be53d52ed52..1cf479b9f3b4e8b952f7e5d9b18040963fde7c99 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -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; };