Message ID | 20190529033002.16606-1-shengjiu.wang@nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7cda6223503d592f980a222811355ab07611b821 |
Headers | show |
Series | ASoC: cs42xx8: Fix build error with CONFIG_GPIOLIB is not set | expand |
diff --git a/sound/soc/codecs/cs42xx8.c b/sound/soc/codecs/cs42xx8.c index 3e8dbf63adbe..3bbc62322dfe 100644 --- a/sound/soc/codecs/cs42xx8.c +++ b/sound/soc/codecs/cs42xx8.c @@ -14,7 +14,7 @@ #include <linux/delay.h> #include <linux/module.h> #include <linux/of_device.h> -#include <linux/of_gpio.h> +#include <linux/gpio/consumer.h> #include <linux/pm_runtime.h> #include <linux/regulator/consumer.h> #include <sound/pcm_params.h>