lkml.org 
[lkml]   [2019]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 3/7] include: linux: clk-provider: remove obsolete clk_hw_unregister_gpio_gate()
Date
There's a prototype for clk_hw_unregister_gpio_gate(), but no actual
implementation. Seems to be an old leftover, thus remove it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
include/linux/clk-provider.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index b4338b26aed7..4ac2ee6655f9 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -773,7 +773,6 @@ struct clk_gpio {
#define to_clk_gpio(_hw) container_of(_hw, struct clk_gpio, hw)

extern const struct clk_ops clk_gpio_gate_ops;
-void clk_hw_unregister_gpio_gate(struct clk_hw *hw);

extern const struct clk_ops clk_gpio_mux_ops;
struct clk *clk_register_gpio_mux(struct device *dev, const char *name,
--
2.11.0
\
 
 \ /
  Last update: 2019-11-28 15:47    [W:0.400 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site