]> 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)
commitf080e3432211a6af438bb3c9241988adbe729f09
treef5abc7d96742b2b8e40b5005692b1cf1c417535d
parent86251dd4b2bba85c5c7abe174d707ee4d3b9c61e
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