aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_device.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-04-29 00:37:26 +0200
committerRafael J. Wysocki <rjw@sisk.pl>2011-05-16 20:17:47 +0200
commit2064af917b3ba7589070064ca4ed12cecd99a63c (patch)
tree36f7e08bbfb33079fc62b4a810a83fe4f3985636 /include/linux/platform_device.h
parent600b776eb39a13a28b090ba9efceb0c69d4508aa (diff)
PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"
The platform_bus_set_pm_ops() operation is deprecated in favor of the new device power domain infrastructre implemented in commit 7538e3db6e015e890825fbd9f8659952896ddd5b (PM: add support for device power domains) Signed-off-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'include/linux/platform_device.h')
-rw-r--r--include/linux/platform_device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h
index e0093e061b0..ede1a80e335 100644
--- a/include/linux/platform_device.h
+++ b/include/linux/platform_device.h
@@ -150,9 +150,6 @@ extern struct platform_device *platform_create_bundle(struct platform_driver *dr
struct resource *res, unsigned int n_res,
const void *data, size_t size);
-extern const struct dev_pm_ops * platform_bus_get_pm_ops(void);
-extern void platform_bus_set_pm_ops(const struct dev_pm_ops *pm);
-
/* early platform driver interface */
struct early_platform_driver {
const char *class_str;