Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235275
b: refs/heads/master
c: d5fdafd
h: refs/heads/master
i:
  235273: 4ebd7f4
  235271: 39de34a
v: v3
  • Loading branch information
Mike Rapoport authored and Colin Cross committed Mar 3, 2011
1 parent 1151f9e commit d33e7fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b96cc7fe190b9356633c70afae61ee0637b000ee
refs/heads/master: d5fdafd38ca0c28c4648909ce0afd0a5420309ca
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-tegra/board-trimslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ static __initdata struct tegra_clk_init_table trimslice_clk_init_table[] = {

static int __init tegra_trimslice_pci_init(void)
{
if (!machine_is_trimslice())
return 0;

return tegra_pcie_init(true, true);
}
subsys_initcall(tegra_trimslice_pci_init);
Expand Down

0 comments on commit d33e7fc

Please sign in to comment.