diff options
Diffstat (limited to '')
-rw-r--r-- | sound/soc/codecs/max98396.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c index 745d7e761680..56eb62bb041f 100644 --- a/sound/soc/codecs/max98396.c +++ b/sound/soc/codecs/max98396.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 // Copyright (c) 2022, Analog Devices Inc. +#include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/module.h> #include <sound/pcm_params.h> |