summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgor Prusov <[email protected]>2023-11-09 13:55:16 +0300
committerSean Anderson <[email protected]>2023-12-15 13:05:55 -0500
commit5666558a6cb04b2f731a7a13d0bbaefa528e7616 (patch)
tree7313dc79609a8c0c1349f70d504fd25b6ee77486 /include
parentbc3e313ff6af4b5cb09749185d0602a3d4b9b240 (diff)
cmd: clk: Make soc_clk_dump static
After introducing dump to clk_ops there is no need to override or expose this symbol anymore. Reviewed-by: Patrice Chotard <[email protected]> Tested-by: Patrice Chotard <[email protected]> Reviewed-by: Sean Anderson <[email protected]> Signed-off-by: Igor Prusov <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
-rw-r--r--include/clk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clk.h b/include/clk.h
index 249c0e0ab42..3d6394477be 100644
--- a/include/clk.h
+++ b/include/clk.h
@@ -676,8 +676,6 @@ static inline bool clk_valid(struct clk *clk)
return clk && !!clk->dev;
}
-int soc_clk_dump(void);
-
#endif
#define clk_prepare_enable(clk) clk_enable(clk)