Message ID | 1430175270-54717-1-git-send-email-yang.a.fang@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | baf2a0e1c92255c1c0ee6d0468b247499f6f6f8b |
Headers | show |
On Mon, Apr 27, 2015 at 03:54:30PM -0700, yang.a.fang@intel.com wrote: > From: "Fang, Yang A" <yang.a.fang@intel.com> > > kbuild robot reports following error/warnings Applied, thanks.
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index fb561b4..2cab2eb 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -18,6 +18,7 @@ #include <linux/platform_device.h> #include <linux/spi/spi.h> #include <linux/gpio.h> +#include <linux/gpio/consumer.h> #include <linux/acpi.h> #include <linux/dmi.h> #include <sound/core.h>