diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-15 13:03:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-18 12:27:03 -0400 |
commit | c5b68807c6563bf3882c94268ca09198d2e574ae (patch) | |
tree | ef902a4be8f67e0080b1600d337802ddc4351d3c /include/linux/uwb | |
parent | f1f0b57db01d1045d163eeb05d5a4e7bd934561a (diff) |
uwb: Remove umc bus legacy suspend/resume support
There are currently no umc drivers implementing suspend/resume, so remove
the legacy suspend/resume support from the framework. If a umc driver ever
wants to implement suspend/resume they can use dev_pm_ops, which works out
of the box without any additional support necessary from the bus itself.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/uwb')
-rw-r--r-- | include/linux/uwb/umc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/uwb/umc.h b/include/linux/uwb/umc.h index ba82f03d8287..02112299a1d3 100644 --- a/include/linux/uwb/umc.h +++ b/include/linux/uwb/umc.h | |||
@@ -87,8 +87,6 @@ struct umc_driver { | |||
87 | 87 | ||
88 | int (*probe)(struct umc_dev *); | 88 | int (*probe)(struct umc_dev *); |
89 | void (*remove)(struct umc_dev *); | 89 | void (*remove)(struct umc_dev *); |
90 | int (*suspend)(struct umc_dev *, pm_message_t state); | ||
91 | int (*resume)(struct umc_dev *); | ||
92 | int (*pre_reset)(struct umc_dev *); | 90 | int (*pre_reset)(struct umc_dev *); |
93 | int (*post_reset)(struct umc_dev *); | 91 | int (*post_reset)(struct umc_dev *); |
94 | 92 | ||