Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347372
b: refs/heads/master
c: f110174
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Stephen Warren committed Nov 26, 2012
1 parent 88fd804 commit 790e855
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6e25e1b178ee3caf34f229bacfad5ae6780bcec6
refs/heads/master: f110174910896b7a7d91c0c60d19136815f68c54
2 changes: 2 additions & 0 deletions trunk/drivers/amba/tegra-ahb.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ int tegra_ahb_enable_smmu(struct device_node *dn)
EXPORT_SYMBOL(tegra_ahb_enable_smmu);
#endif

#ifdef CONFIG_PM_SLEEP
static int tegra_ahb_suspend(struct device *dev)
{
int i;
Expand All @@ -175,6 +176,7 @@ static int tegra_ahb_resume(struct device *dev)
gizmo_writel(ahb, ahb->ctx[i], tegra_ahb_gizmo[i]);
return 0;
}
#endif

static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
tegra_ahb_suspend,
Expand Down

0 comments on commit 790e855

Please sign in to comment.