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>
This commit is contained in:
parent
f1f0b57db0
commit
c5b68807c6
2 changed files with 0 additions and 36 deletions
|
@ -87,8 +87,6 @@ struct umc_driver {
|
|||
|
||||
int (*probe)(struct umc_dev *);
|
||||
void (*remove)(struct umc_dev *);
|
||||
int (*suspend)(struct umc_dev *, pm_message_t state);
|
||||
int (*resume)(struct umc_dev *);
|
||||
int (*pre_reset)(struct umc_dev *);
|
||||
int (*post_reset)(struct umc_dev *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue