diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-11 18:41:27 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-11 18:41:27 +0100 |
| commit | f3161782eb8aa9e5c08b07b392be6be0813bdaf9 (patch) | |
| tree | bb022fa825d690049df83d8703f5de07ed4b70a1 /include/linux/platform_profile.h | |
| parent | 9a43102daf64dd0d172d8b39836dbc1dba4da1ea (diff) | |
| parent | 9597965c715541c014eac68e2bdab018c4e8ec82 (diff) | |
Merge back ACPI platform_profile driver material for 6.15
Diffstat (limited to 'include/linux/platform_profile.h')
| -rw-r--r-- | include/linux/platform_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_profile.h b/include/linux/platform_profile.h index 8c9df7dadd5d..a299225ab92e 100644 --- a/include/linux/platform_profile.h +++ b/include/linux/platform_profile.h @@ -50,7 +50,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); |
