From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Westfield Subject: [Patch V3 1/2] ASoC: max98357a: Add missing header files Date: Tue, 17 Feb 2015 00:53:11 -0800 Message-ID: <1424163192-665-1-git-send-email-kwestfie@codeaurora.org> Return-path: Sender: linux-arm-msm-owner@vger.kernel.org To: Mark Brown , Takashi Iwai , Liam Girdwood , David Brown , Bryan Huntsman , Greg KH , Banajit Goswami , Patrick Lai Cc: ALSA Mailing List , Device Tree Mailing List , MSM Mailing List , Kenneth Westfield List-Id: devicetree@vger.kernel.org From: Kenneth Westfield Add missing header files to avoid implicit declarations and indirect inclusions. Signed-off-by: Kenneth Westfield --- for fix/max98357a branch changes from v2: - split patch into logical changes - rebased to new branch changes from v1: - matched subject line to subsystem style sound/soc/codecs/max98357a.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c index f493fb6fd4ea764d617b3d7dd5f3b1ebe1e0fe20..e9e6efbc21dd527299fb459ec01903fa8c24dae2 100644 --- a/sound/soc/codecs/max98357a.c +++ b/sound/soc/codecs/max98357a.c @@ -12,10 +12,19 @@ * max98357a.c -- MAX98357A ALSA SoC Codec driver */ -#include +#include +#include #include #include +#include +#include +#include +#include +#include +#include #include +#include +#include #define DRV_NAME "max98357a" -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project