]> Git Repo - linux.git/commitdiff
ASoC: max98357a: Add missing header files
authorKenneth Westfield <[email protected]>
Tue, 17 Feb 2015 08:53:11 +0000 (00:53 -0800)
committerMark Brown <[email protected]>
Sat, 21 Feb 2015 09:47:55 +0000 (18:47 +0900)
Add missing header files to avoid implicit
declarations and indirect inclusions.

Signed-off-by: Kenneth Westfield <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/max98357a.c

index f493fb6fd4ea764d617b3d7dd5f3b1ebe1e0fe20..e9e6efbc21dd527299fb459ec01903fa8c24dae2 100644 (file)
  * max98357a.c -- MAX98357A ALSA SoC Codec driver
  */
 
-#include <linux/module.h>
+#include <linux/device.h>
+#include <linux/err.h>
 #include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
+#include <linux/kernel.h>
+#include <linux/mod_devicetable.h>
+#include <linux/module.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
+#include <sound/pcm.h>
 #include <sound/soc.h>
+#include <sound/soc-dai.h>
+#include <sound/soc-dapm.h>
 
 #define DRV_NAME "max98357a"
 
This page took 0.053782 seconds and 4 git commands to generate.