Skip to content

Commit

Permalink
ASoC: rt5677: Include gpio driver header
Browse files Browse the repository at this point in the history
The header file is needed because struct gpio_chip is
placed in struct rt5677_priv.

Signed-off-by: Ben Zhang <benzh@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Ben Zhang authored and Mark Brown committed Oct 20, 2014
1 parent f114040 commit 80fff6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/rt5677.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define __RT5677_H__

#include <sound/rt5677.h>
#include <linux/gpio/driver.h>

/* Info */
#define RT5677_RESET 0x00
Expand Down

0 comments on commit 80fff6b

Please sign in to comment.