]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clk/clk-gpio.c
Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / drivers / clk / clk-gpio.c
index 7b09a265d79fc8595a31332ecd40480beaed7bc5..4628ed063f96fcb0ac8c90c9bf11d23d4afbfe11 100644 (file)
@@ -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);