diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-11-23 11:16:00 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-12-23 16:55:20 +0100 |
commit | 66b354064a35b6379963cba27b5d37a278fc9bd9 (patch) | |
tree | 86109ce5864b3441761b5fd2a0a1ed950699861f | |
parent | a7904a538933c525096ca2ccde1e60d0ee62c08e (diff) | |
download | linux-66b354064a35b6379963cba27b5d37a278fc9bd9.tar.bz2 |
powercap/drivers/dtpm: Remove unused function definition
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
-rw-r--r-- | include/linux/dtpm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dtpm.h b/include/linux/dtpm.h index 2890f6370eb9..d37e5d06a357 100644 --- 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 |