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.c | |
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.c')
-rw-r--r-- | arch/arm/mach-tegra/devices.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c index 5f6b867..c3b9900 100644 --- a/arch/arm/mach-tegra/devices.c +++ b/arch/arm/mach-tegra/devices.c @@ -698,8 +698,3 @@ struct platform_device tegra_das_device = { .num_resources = ARRAY_SIZE(tegra_das_resources), .resource = tegra_das_resources, }; - -struct platform_device tegra_pcm_device = { - .name = "tegra-pcm-audio", - .id = -1, -}; |