aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-mux.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2016-02-23 08:46:27 +0900
committerKrzysztof Kozlowski <[email protected]>2016-02-23 08:46:27 +0900
commit203f974de73f47bda16ca65f070ba790071df43c (patch)
treec5f75943f899806d93bdcb6ff8013310f83cdd00 /drivers/clk/clk-mux.c
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
parent85997a7cba7bc1578eb554e88f82023d85fb499a (diff)
Merge branch 'clk-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux into next/soc64
Before removal of ARCH_EXYNOS7 Kconfig symbol, we need to get rid of last usage of it (in the clocks Kconfig entries).
Diffstat (limited to 'drivers/clk/clk-mux.c')
-rw-r--r--drivers/clk/clk-mux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/clk-mux.c b/drivers/clk/clk-mux.c
index 5ed03c8a8df9..252188fd8bcd 100644
--- a/drivers/clk/clk-mux.c
+++ b/drivers/clk/clk-mux.c
@@ -26,8 +26,6 @@
* parent - parent is adjustable through clk_set_parent
*/
-#define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw)
-
static u8 clk_mux_get_parent(struct clk_hw *hw)
{
struct clk_mux *mux = to_clk_mux(hw);