X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fplatform_device.h;h=95ac21ab3a092369f5f41537614eb9890161d70e;hb=837b41b5de356aa67abb2cadb5eef3efc7776f91;hp=3261681c82a45bb4ec68551bd6bb40bbef1935e3;hpb=ae72cddb2338bc36b991674a56a7bf70ae104d9e;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 3261681..95ac21a 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h @@ -53,6 +53,7 @@ struct platform_driver { int (*suspend_late)(struct platform_device *, pm_message_t state); int (*resume_early)(struct platform_device *); int (*resume)(struct platform_device *); + struct pm_ext_ops *pm; struct device_driver driver; };