diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-12-04 22:45:03 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:43:52 +0900 |
commit | 3e51762759db9e26c6c3e4e1010d80a50c62ca03 (patch) | |
tree | 6cfbcc3d318b0cb36e7a3d106698dbf9d361ec6a /arch/sh/include | |
parent | 04645185d06e8b0c92f6f1f9d76ede45637afc09 (diff) | |
download | linux-3e51762759db9e26c6c3e4e1010d80a50c62ca03.tar.bz2 |
sh: move the hp6xx pm code
Move the not-so-generic pm code from arch/sh/kernel/pm.c to the
platform directory together with the rest of the hp6xx pm code.
This is done to let non-hp6xx platforms enable CONFIG_PM.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/pm.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/sh/include/asm/pm.h b/arch/sh/include/asm/pm.h deleted file mode 100644 index 56fdbd6b1c94..000000000000 --- a/arch/sh/include/asm/pm.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright 2006 (c) Andriy Skulysh <askulysh@gmail.com> - * - */ -#ifndef __ASM_SH_PM_H -#define __ASM_SH_PM_H - -extern u8 wakeup_start; -extern u8 wakeup_end; - -void pm_enter(void); - -#endif |