diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 01:58:50 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 01:58:50 -0500 |
commit | d03299ee6020b0cc64fc4180162fb2e8795394e1 (patch) | |
tree | 3ab64ad9dd6f2bc0b4f1a9016c6b7693dbf54d2a /drivers/sh | |
parent | 750a7eee7395492960a7aeb3a3a1aa74158ec326 (diff) |
drivers: sh: Kill off dead pathname for runtime PM stub.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/pm_runtime.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index bd5c6a3b8c55..afe9282629b9 100644 --- a/drivers/sh/pm_runtime.c +++ b/drivers/sh/pm_runtime.c | |||
@@ -1,7 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/arm/mach-shmobile/pm_runtime.c | 2 | * Runtime PM support code |
3 | * | ||
4 | * Runtime PM support code for SuperH Mobile ARM | ||
5 | * | 3 | * |
6 | * Copyright (C) 2009-2010 Magnus Damm | 4 | * Copyright (C) 2009-2010 Magnus Damm |
7 | * | 5 | * |