diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-03-20 16:55:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:29 -0400 |
commit | ff9062c60e4b8e01980b1a81dcabe3965f71df77 (patch) | |
tree | 21cd3e66bd84d03a6101146125f8f488ad3bf210 /arch/arm/mach-tegra/devices.h | |
parent | 518de86ba106185212ec30fea501be024a12f5db (diff) |
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.h | 1 |
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; | |||
52 | extern struct platform_device tegra_i2s_device1; | 52 | extern struct platform_device tegra_i2s_device1; |
53 | extern struct platform_device tegra_i2s_device2; | 53 | extern struct platform_device tegra_i2s_device2; |
54 | extern struct platform_device tegra_das_device; | 54 | extern struct platform_device tegra_das_device; |
55 | extern struct platform_device tegra_pcm_device; | ||
56 | 55 | ||
57 | #endif | 56 | #endif |