summaryrefslogtreecommitdiff
path: root/sound/soc/sof/sof-acpi-dev.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-21 18:04:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-21 18:04:23 +0300
commit1946b5e4c0f81e9cc29d597904a22b78079e5fc7 (patch)
tree8a8edaffe01d35135ce572f56cd9641e2cb1f665 /sound/soc/sof/sof-acpi-dev.h
parent360c5c53fcb5a0e8533aa04717b941bd541c749e (diff)
parenta6ad5510dbb5f55cd2d1b44b11a18120bf79a5a3 (diff)
downloadlinux-1946b5e4c0f81e9cc29d597904a22b78079e5fc7.tar.xz
Merge v6.12.10
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/soc/sof/sof-acpi-dev.h')
-rw-r--r--sound/soc/sof/sof-acpi-dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sof/sof-acpi-dev.h b/sound/soc/sof/sof-acpi-dev.h
index 5c2b558d2ace..89adfa507035 100644
--- a/sound/soc/sof/sof-acpi-dev.h
+++ b/sound/soc/sof/sof-acpi-dev.h
@@ -3,7 +3,7 @@
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
- * Copyright(c) 2021 Intel Corporation. All rights reserved.
+ * Copyright(c) 2021 Intel Corporation
*/
#ifndef __SOUND_SOC_SOF_ACPI_H
@@ -11,6 +11,6 @@
extern const struct dev_pm_ops sof_acpi_pm;
int sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc);
-int sof_acpi_remove(struct platform_device *pdev);
+void sof_acpi_remove(struct platform_device *pdev);
#endif