From: Daniel Lezcano Date: Tue, 23 Nov 2021 10:16:00 +0000 (+0100) Subject: powercap/drivers/dtpm: Remove unused function definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=66b354064a35b6379963cba27b5d37a278fc9bd9;p=linux.git 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 Link: https://lore.kernel.org/r/20211123101601.2433340-1-daniel.lezcano@linaro.org --- diff --git a/include/linux/dtpm.h b/include/linux/dtpm.h index 2890f6370eb9e..d37e5d06a357d 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