diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-12 12:57:32 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-12 12:57:32 +0900 |
commit | 9f06cf38eca57e279b4c78e465e19f10c2f78174 (patch) | |
tree | c33b3b3e5dc32a1211bd8c99a4eed3752c05108b /arch/sh/include/asm/device.h | |
parent | a4d5247310c993b6b30f1686be12ddacfc41142a (diff) | |
parent | d3442b2bb7ce4089fadcf483b8ae9766ab480238 (diff) | |
download | op-kernel-dev-9f06cf38eca57e279b4c78e465e19f10c2f78174.zip op-kernel-dev-9f06cf38eca57e279b4c78e465e19f10c2f78174.tar.gz |
Merge branch 'sh/pm-runtime' into sh-latest
Conflicts:
arch/sh/kernel/cpu/sh4a/clock-sh7723.c
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/device.h')
-rw-r--r-- | arch/sh/include/asm/device.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h index b16debf..783ecdc 100644 --- a/arch/sh/include/asm/device.h +++ b/arch/sh/include/asm/device.h @@ -14,15 +14,6 @@ int platform_resource_setup_memory(struct platform_device *pdev, void plat_early_device_setup(void); -#define PDEV_ARCHDATA_FLAG_INIT 0 -#define PDEV_ARCHDATA_FLAG_IDLE 1 -#define PDEV_ARCHDATA_FLAG_SUSP 2 - struct pdev_archdata { int hwblk_id; -#ifdef CONFIG_PM_RUNTIME - unsigned long flags; - struct list_head entry; - struct mutex mutex; -#endif }; |