summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-fixed-factor.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-23 08:46:27 +0900
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-23 08:46:27 +0900
commit203f974de73f47bda16ca65f070ba790071df43c (patch)
treec5f75943f899806d93bdcb6ff8013310f83cdd00 /drivers/clk/clk-fixed-factor.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-fixed-factor.c')
-rw-r--r--drivers/clk/clk-fixed-factor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/clk-fixed-factor.c b/drivers/clk/clk-fixed-factor.c
index 83de57aeceea..f0ddf37d5e15 100644
--- a/drivers/clk/clk-fixed-factor.c
+++ b/drivers/clk/clk-fixed-factor.c
@@ -23,8 +23,6 @@
* parent - fixed parent. No clk_set_parent support
*/
-#define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw)
-
static unsigned long clk_factor_recalc_rate(struct clk_hw *hw,
unsigned long parent_rate)
{