aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/tegra/tegra_wm8903.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-05 10:27:14 -0600
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-06 06:29:33 +0800
commit03f67433758a3eeb37b9c1559886c377da874ad2 (patch)
treea8f747c7fcf2506b261439108d2a6c4bb04b3ec4 /sound/soc/tegra/tegra_wm8903.c
parentASoC: wm0010: Fix warning, use format %zu for type size_t (diff)
downloadwireguard-linux-03f67433758a3eeb37b9c1559886c377da874ad2.tar.xz
wireguard-linux-03f67433758a3eeb37b9c1559886c377da874ad2.zip
ASoC: tegra: move platform data header
Move the Tegra+WM8903 ASoC platform data header out of arch/arm/mach-tegra, as a pre-requisite of single zImage. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_wm8903.c')
-rw-r--r--sound/soc/tegra/tegra_wm8903.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c
index d4f14e492341..cee13b7bfb94 100644
--- a/sound/soc/tegra/tegra_wm8903.c
+++ b/sound/soc/tegra/tegra_wm8903.c
@@ -34,13 +34,12 @@
#include <linux/gpio.h>
#include <linux/of_gpio.h>
-#include <mach/tegra_wm8903_pdata.h>
-
#include <sound/core.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
+#include <sound/tegra_wm8903.h>
#include "../codecs/wm8903.h"