From: Steven Eckhoff Date: Fri, 9 Mar 2018 03:13:40 +0000 (-0600) Subject: ASoC: TSCS42xx: Add missing headers X-Git-Tag: v4.17-rc1~119^2~1^2~12^6~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=641eea3f8b95a47d5e5db28dd92a0f586cd85390;p=linux.git ASoC: TSCS42xx: Add missing headers Add missing headers Signed-off-by: Steven Eckhoff Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tscs42xx.c b/sound/soc/codecs/tscs42xx.c index e915261fa1cb..cfc71b5411ee 100644 --- a/sound/soc/codecs/tscs42xx.c +++ b/sound/soc/codecs/tscs42xx.c @@ -3,14 +3,19 @@ // Copyright 2017 Tempo Semiconductor, Inc. // Author: Steven Eckhoff +#include +#include +#include #include +#include +#include #include +#include #include -#include +#include #include #include #include -#include #include "tscs42xx.h"