aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc-of-simple.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc-of-simple.h b/include/sound/soc-of-simple.h
index 696fc513e234..a064e1934a56 100644
--- a/include/sound/soc-of-simple.h
+++ b/include/sound/soc-of-simple.h
@@ -7,6 +7,8 @@
7#ifndef _INCLUDE_SOC_OF_H_ 7#ifndef _INCLUDE_SOC_OF_H_
8#define _INCLUDE_SOC_OF_H_ 8#define _INCLUDE_SOC_OF_H_
9 9
10#if defined(CONFIG_SND_SOC_OF_SIMPLE) || defined(CONFIG_SND_SOC_OF_SIMPLE_MODULE)
11
10#include <linux/of.h> 12#include <linux/of.h>
11#include <sound/soc.h> 13#include <sound/soc.h>
12 14
@@ -18,4 +20,6 @@ int of_snd_soc_register_platform(struct snd_soc_platform *platform,
18 struct device_node *node, 20 struct device_node *node,
19 struct snd_soc_dai *cpu_dai); 21 struct snd_soc_dai *cpu_dai);
20 22
23#endif
24
21#endif /* _INCLUDE_SOC_OF_H_ */ 25#endif /* _INCLUDE_SOC_OF_H_ */