Skip to content

Commit d45ae45

Browse files
andy-shevbroonie
authored andcommitted
ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8051360 commit d45ae45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/atmel/tse850-pcm5142.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@
3535
// of the (filtered) output from the PCM5142 codec.
3636

3737
#include <linux/clk.h>
38-
#include <linux/gpio.h>
38+
#include <linux/gpio/consumer.h>
3939
#include <linux/module.h>
4040
#include <linux/of.h>
41-
#include <linux/of_gpio.h>
4241
#include <linux/regulator/consumer.h>
4342

4443
#include <sound/soc.h>

0 commit comments

Comments
 (0)