clk: Move debug_node field under DEBUG_FS flag in struct clk_core
authorMaxime Coquelin <maxime.coquelin@st.com>
Wed, 10 Jun 2015 11:28:27 +0000 (13:28 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 10 Jun 2015 21:21:22 +0000 (14:21 -0700)
commit8c9a8a8f71f43e56d35524fa17646ce45c2f7fe6
treef5abc7d96742b2b8e40b5005692b1cf1c417535d
parent3037e9ea780027d41baaaabb68a749e49e7c8260
clk: Move debug_node field under DEBUG_FS flag in struct clk_core

The debug_node field is only used when DEBUG_FS config is selected,
so declare it only if DEBUG_FS is selected.

Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c