diff options
| author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-23 08:46:27 +0900 |
|---|---|---|
| committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-23 08:46:27 +0900 |
| commit | 203f974de73f47bda16ca65f070ba790071df43c (patch) | |
| tree | c5f75943f899806d93bdcb6ff8013310f83cdd00 /drivers/clk/clk-gpio.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/clk-gpio.c')
| -rw-r--r-- | drivers/clk/clk-gpio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/clk-gpio.c b/drivers/clk/clk-gpio.c index 19fed65587e8..cbbea2985cc9 100644 --- a/drivers/clk/clk-gpio.c +++ b/drivers/clk/clk-gpio.c @@ -31,8 +31,6 @@ * parent - fixed parent. No clk_set_parent support */ -#define to_clk_gpio(_hw) container_of(_hw, struct clk_gpio, hw) - static int clk_gpio_gate_enable(struct clk_hw *hw) { struct clk_gpio *clk = to_clk_gpio(hw); |
