summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/device.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-18 16:05:52 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 16:05:52 +0900
commit62d3ba8bba6fb1d1362dcaa1da2679f4ab740226 (patch)
tree503f76c78dc89f5df7ada055ef94873a0965ad63 /arch/sh/include/asm/device.h
parent7fa4632db8bfadf37b5e19f6b73398c6bccb5c90 (diff)
sh: Kill off remaining private runtime PM bits.
This kills of the now unused runtime PM stub in favour of the generic one. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h
index b16debfe8c1e..783ecdc64e25 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
};