Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305560
b: refs/heads/master
c: ff9062c
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 1, 2012
1 parent e44865f commit bb590d6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 518de86ba106185212ec30fea501be024a12f5db
refs/heads/master: ff9062c60e4b8e01980b1a81dcabe3965f71df77
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-tegra/board-harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-tegra/board-seaboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-tegra/board-trimslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-tegra/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-tegra/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb590d6

Please sign in to comment.