]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4081753075c6ddb246122233b1eb000c46e3a2d2
treef5abc7d96742b2b8e40b5005692b1cf1c417535d
parentd9ba865b4bba427e3e5819306199b02ef1a38b01
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