]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: TSCS42xx: Add missing headers
authorSteven Eckhoff <steven.eckhoff.opensource@gmail.com>
Fri, 9 Mar 2018 03:13:40 +0000 (21:13 -0600)
committerMark Brown <broonie@kernel.org>
Fri, 9 Mar 2018 13:00:38 +0000 (13:00 +0000)
Add missing headers

Signed-off-by: Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tscs42xx.c

index e915261fa1cb86923c4476d135c0d2dbe5e6bd6f..cfc71b5411ee739679d7cd1cd03145b4ea7eea95 100644 (file)
@@ -3,14 +3,19 @@
 // Copyright 2017 Tempo Semiconductor, Inc.
 // Author: Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
 
+#include <linux/kernel.h>
+#include <linux/device.h>
+#include <linux/regmap.h>
 #include <linux/i2c.h>
+#include <linux/err.h>
+#include <linux/string.h>
 #include <linux/module.h>
+#include <linux/delay.h>
 #include <linux/mutex.h>
-#include <linux/regmap.h>
+#include <sound/tlv.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
-#include <sound/tlv.h>
 
 #include "tscs42xx.h"