aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 84d79cde9f7d..a4a7b10aaa48 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -289,9 +289,6 @@ struct device_type {
289 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); 289 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
290 void (*release)(struct device *dev); 290 void (*release)(struct device *dev);
291 291
292 int (*suspend)(struct device *dev, pm_message_t state);
293 int (*resume)(struct device *dev);
294
295 struct dev_pm_ops *pm; 292 struct dev_pm_ops *pm;
296}; 293};
297 294