diff options
| -rw-r--r-- | drivers/sound/max98357a.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/drivers/sound/max98357a.c b/drivers/sound/max98357a.c index a2088f03014..bdf6dc236ec 100644 --- a/drivers/sound/max98357a.c +++ b/drivers/sound/max98357a.c @@ -38,6 +38,7 @@ static int max98357a_of_to_plat(struct udevice *dev)  	return 0;  } +__maybe_unused  static int max98357a_acpi_fill_ssdt(const struct udevice *dev,  				    struct acpi_ctx *ctx)  { @@ -137,10 +138,12 @@ static int max98357a_acpi_setup_nhlt(const struct udevice *dev,  #endif  struct acpi_ops max98357a_acpi_ops = { +#ifdef CONFIG_ACPIGEN  	.fill_ssdt	= max98357a_acpi_fill_ssdt,  #ifdef CONFIG_X86  	.setup_nhlt	= max98357a_acpi_setup_nhlt,  #endif +#endif  };  static const struct audio_codec_ops max98357a_ops = { | 
