projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3d9f3
)
clk: Remove unused inline function clk_debug_reparent
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 5 May 2020 08:30:01 +0000
(16:30 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Tue, 5 May 2020 19:16:33 +0000
(12:16 -0700)
There's no callers in-tree anymore.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link:
https://lkml.kernel.org/r/20200505083001.52564-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk.c
b/drivers/clk/clk.c
index 39c59f063aa07eb5661a80bac9d2f7b38fb8a0bd..5501041c91fc68e3cd082b1a91780fa918a368a4 100644
(file)
--- a/
drivers/clk/clk.c
+++ b/
drivers/clk/clk.c
@@
-3295,10
+3295,6
@@
static int __init clk_debug_init(void)
late_initcall(clk_debug_init);
#else
static inline void clk_debug_register(struct clk_core *core) { }
-static inline void clk_debug_reparent(struct clk_core *core,
- struct clk_core *new_parent)
-{
-}
static inline void clk_debug_unregister(struct clk_core *core)
{
}