diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-21 18:04:23 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-21 18:04:23 +0300 |
commit | 1946b5e4c0f81e9cc29d597904a22b78079e5fc7 (patch) | |
tree | 8a8edaffe01d35135ce572f56cd9641e2cb1f665 /sound/soc/sof/sof-acpi-dev.h | |
parent | 360c5c53fcb5a0e8533aa04717b941bd541c749e (diff) | |
parent | a6ad5510dbb5f55cd2d1b44b11a18120bf79a5a3 (diff) | |
download | linux-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.h | 4 |
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 |