aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-12-27 16:50:06 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-12-27 16:50:06 +0100
commitb8470e98e192a19a2ac9e32943557d7be3be4c46 (patch)
tree744160f61f0251b141c8542b1c25826ff23238a0 /include/linux
parentLinux 5.16-rc6 (diff)
parentpowercap/drivers/dtpm: Reduce trace verbosity (diff)
downloadwireguard-linux-b8470e98e192a19a2ac9e32943557d7be3be4c46.tar.xz
wireguard-linux-b8470e98e192a19a2ac9e32943557d7be3be4c46.zip
Merge tag 'dtpm-v5.17' of https://git.linaro.org/people/daniel.lezcano/linux
Pull DTPM (Dynamic Thermal Power Management) changes for 5.17-rc1 from Daniel Lezcano: - Clean up and reduce trace verbosity (Daniel Lezcano) * tag 'dtpm-v5.17' of https://git.linaro.org/people/daniel.lezcano/linux: powercap/drivers/dtpm: Reduce trace verbosity powercap/drivers/dtpm: Remove unused function definition
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dtpm.h2
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