Skip to content

Commit

Permalink
ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header
Browse files Browse the repository at this point in the history
[ Upstream commit bd10b0dafdcf0ec1677cad70101e1f97b9e28f2e ]

h1940_uda1380 uses gpiod*/GPIOD* so it should include GPIO consumer
header.

Fixes: 9666e27 ("ASoC: samsung: h1940: turn into platform driver")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
krzk authored and gregkh committed Aug 21, 2022
1 parent 4046f3e commit ba889da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/h1940_uda1380.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Based on version from Arnaud Patard <[email protected]>

#include <linux/types.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>

#include <sound/soc.h>
Expand Down

0 comments on commit ba889da

Please sign in to comment.