diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-03-20 20:55:50 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 10:28:29 (GMT) |
commit | ff9062c60e4b8e01980b1a81dcabe3965f71df77 (patch) | |
tree | 21cd3e66bd84d03a6101146125f8f488ad3bf210 /arch/arm/mach-tegra/devices.h | |
parent | 518de86ba106185212ec30fea501be024a12f5db (diff) | |
download | linux-ff9062c60e4b8e01980b1a81dcabe3965f71df77.tar.xz |
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 ec45567..138c642 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 |