summaryrefslogtreecommitdiff
path: root/include/linux/platform_profile.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-02-24 13:18:16 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-02-24 13:18:16 +0100
commit9597965c715541c014eac68e2bdab018c4e8ec82 (patch)
treee70f6014e07ffe727eb19fdb672e031b1a6c556f /include/linux/platform_profile.h
parentd403120cb9d4787b283ea202b2162f459d18fe9d (diff)
parentbb519cf6113473c09d571e555137a36d7e2c8566 (diff)
Merge back ACPI platform_profile material for 6.15
Diffstat (limited to 'include/linux/platform_profile.h')
-rw-r--r--include/linux/platform_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_profile.h b/include/linux/platform_profile.h
index 8ab5b0e8eb2c..d5499eca9e1d 100644
--- a/include/linux/platform_profile.h
+++ b/include/linux/platform_profile.h
@@ -47,7 +47,7 @@ struct platform_profile_ops {
struct device *platform_profile_register(struct device *dev, const char *name,
void *drvdata,
const struct platform_profile_ops *ops);
-int platform_profile_remove(struct device *dev);
+void platform_profile_remove(struct device *dev);
struct device *devm_platform_profile_register(struct device *dev, const char *name,
void *drvdata,
const struct platform_profile_ops *ops);