diff options
| author | Krzysztof Kozlowski <[email protected]> | 2016-02-23 08:46:27 +0900 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2016-02-23 08:46:27 +0900 |
| commit | 203f974de73f47bda16ca65f070ba790071df43c (patch) | |
| tree | c5f75943f899806d93bdcb6ff8013310f83cdd00 /drivers/clk/imx/clk-fixup-mux.c | |
| parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
| parent | 85997a7cba7bc1578eb554e88f82023d85fb499a (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/imx/clk-fixup-mux.c')
| -rw-r--r-- | drivers/clk/imx/clk-fixup-mux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/imx/clk-fixup-mux.c b/drivers/clk/imx/clk-fixup-mux.c index 0d40b35c557c..c9b327e0a8dd 100644 --- a/drivers/clk/imx/clk-fixup-mux.c +++ b/drivers/clk/imx/clk-fixup-mux.c @@ -15,8 +15,6 @@ #include <linux/slab.h> #include "clk.h" -#define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) - /** * struct clk_fixup_mux - imx integer fixup multiplexer clock * @mux: the parent class |