]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/platform_device.h
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / include / linux / platform_device.h
index d7ecad0093bbd6767fdd3ed7df03bf249a9de9a0..2e700ec0601f79ed37b81cadcf3e0619f9c63785 100644 (file)
@@ -138,6 +138,9 @@ 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;