Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff9062c6 authored by Stephen Warren's avatar Stephen Warren Committed by Mark Brown
Browse files

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: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 518de86b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@ static struct platform_device *harmony_devices[] __initdata = {
	&tegra_ehci3_device,
	&tegra_i2s_device1,
	&tegra_das_device,
	&tegra_pcm_device,
	&harmony_audio_device,
};

+0 −1
Original line number Diff line number Diff line
@@ -153,7 +153,6 @@ static struct platform_device *seaboard_devices[] __initdata = {
	&seaboard_gpio_keys_device,
	&tegra_i2s_device1,
	&tegra_das_device,
	&tegra_pcm_device,
	&seaboard_audio_device,
};

+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ static struct platform_device *trimslice_devices[] __initdata = {
	&tegra_sdhci_device4,
	&tegra_i2s_device1,
	&tegra_das_device,
	&tegra_pcm_device,
	&trimslice_audio_device,
};

+0 −5
Original line number Diff line number Diff line
@@ -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,
};
+0 −1
Original line number Diff line number Diff line
@@ -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