Message ID | 1423070970-24164-1-git-send-email-prabhakar.csengg@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e7a0332f716d92b9a80c46fbd7d624c502984ca7 |
Headers | show |
On Wed, Feb 04, 2015 at 05:29:30PM +0000, Lad Prabhakar wrote: > From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com> > > this patch fixes following sparse warning: > ts3a227e.c:222:5: warning: symbol 'ts3a227e_enable_jack_detect' was not declared. Should it be static? Applied, thanks. Please use subject lines matching the style for the subsystem.
diff --git a/sound/soc/codecs/ts3a227e.c b/sound/soc/codecs/ts3a227e.c index 5ecfa31..9fd80ac 100644 --- a/sound/soc/codecs/ts3a227e.c +++ b/sound/soc/codecs/ts3a227e.c @@ -20,6 +20,8 @@ #include <sound/jack.h> #include <sound/soc.h> +#include "ts3a227e.h" + struct ts3a227e { struct regmap *regmap; struct snd_soc_jack *jack;