Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363084
b: refs/heads/master
c: 9f7345b
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent c681b6d commit 029b5d9
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: aafae7ecd80181983403de13db0b4895acdc233d
refs/heads/master: 9f7345b7a7cbf4c78a8161cba21de1772d5ad56e
2 changes: 2 additions & 0 deletions trunk/drivers/memory/tegra30-mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ static const u32 tegra30_mc_ctx[] = {
MC_INTMASK,
};

#ifdef CONFIG_PM
static int tegra30_mc_suspend(struct device *dev)
{
int i;
Expand All @@ -291,6 +292,7 @@ static int tegra30_mc_resume(struct device *dev)
mc_readl(mc, MC_TIMING_CONTROL);
return 0;
}
#endif

static UNIVERSAL_DEV_PM_OPS(tegra30_mc_pm,
tegra30_mc_suspend,
Expand Down

0 comments on commit 029b5d9

Please sign in to comment.