Skip to content

Commit 66b3540

Browse files
committed
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
1 parent a7904a5 commit 66b3540

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/linux/dtpm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ void dtpm_unregister(struct dtpm *dtpm);
7070

7171
int dtpm_register(const char *name, struct dtpm *dtpm, struct dtpm *parent);
7272

73-
int dtpm_register_cpu(struct dtpm *parent);
74-
7573
#endif

0 commit comments

Comments
 (0)