projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7904a5
)
powercap/drivers/dtpm: Remove unused function definition
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Tue, 23 Nov 2021 10:16:00 +0000
(11:16 +0100)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 23 Dec 2021 15:55:20 +0000
(16:55 +0100)
The dtpm.h header file is exporting a function which is not
implemented neither needed. Remove it.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link:
https://lore.kernel.org/r/20211123101601.2433340-1-daniel.lezcano@linaro.org
include/linux/dtpm.h
patch
|
blob
|
history
diff --git
a/include/linux/dtpm.h
b/include/linux/dtpm.h
index 2890f6370eb9e981ceb5fb4e6466640dd1bb2c25..d37e5d06a357d09bd98bd633670f679c9316ad8c 100644
(file)
--- a/
include/linux/dtpm.h
+++ b/
include/linux/dtpm.h
@@
-70,6
+70,4
@@
void dtpm_unregister(struct dtpm *dtpm);
int dtpm_register(const char *name, struct dtpm *dtpm, struct dtpm *parent);
-int dtpm_register_cpu(struct dtpm *parent);
-
#endif