diff options
author | Wei Yongjun <[email protected]> | 2013-04-05 14:58:52 +0800 |
---|---|---|
committer | Stephen Warren <[email protected]> | 2013-04-05 09:40:17 -0600 |
commit | 38be85de698ef3f2755ee0eabf520530757860aa (patch) | |
tree | d419def000c9413069b72910291972b67183de31 | |
parent | 4d82d0587b4a964ea3a7c73aa044b433000527dd (diff) |
ARM: tegra: pm: remove duplicated include from pm.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
-rw-r--r-- | arch/arm/mach-tegra/pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c index 84d8742bdb1e..d0b7400e4606 100644 --- a/arch/arm/mach-tegra/pm.c +++ b/arch/arm/mach-tegra/pm.c @@ -39,7 +39,6 @@ #include "fuse.h" #include "pmc.h" #include "sleep.h" -#include "pmc.h" #ifdef CONFIG_PM_SLEEP static DEFINE_SPINLOCK(tegra_lp2_lock); |