summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2012-03-20 14:55:50 -0600
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-01 11:28:29 +0100
commitff9062c60e4b8e01980b1a81dcabe3965f71df77 (patch)
tree21cd3e66bd84d03a6101146125f8f488ad3bf210 /arch/arm/mach-tegra/devices.h
parent518de86ba106185212ec30fea501be024a12f5db (diff)
downloadlinux-ff9062c60e4b8e01980b1a81dcabe3965f71df77.tar.bz2
ARM: tegra: remove tegra_pcm_device
tegra_pcm_device is no longer needed now that the Tegra ASoC code has cleaned up its 'platform' registration. Remove it. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index ec455679b219..138c642e59f4 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -52,6 +52,5 @@ extern struct platform_device tegra_pmu_device;
extern struct platform_device tegra_i2s_device1;
extern struct platform_device tegra_i2s_device2;
extern struct platform_device tegra_das_device;
-extern struct platform_device tegra_pcm_device;
#endif