p54pci: use SIMPLE_DEV_PM_OPS
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 29 Nov 2012 22:27:16 +0000 (23:27 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Nov 2012 19:00:36 +0000 (14:00 -0500)
commit88823492736a43f04d2ee114e0ec2b7725d3be35
tree83f0110ac818b934ff32cf358b5dcd49983f395a
parent88427588993db079a1b2cdbcba69f3c162f8ee21
p54pci: use SIMPLE_DEV_PM_OPS

p54pci does not provide any runtime pm callbacks, so support for
PM_RUNTIME is not needed and we could go to PM_SLEEP.
This also makes it possible to use SIMPLE_DEV_PM_OPS instead of
manually filling struct dev_pm_ops.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54pci.c