farsync: use generic power management
authorVaibhav Gupta <vaibhavgupta40@gmail.com>
Tue, 28 Jul 2020 04:28:10 +0000 (09:58 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jul 2020 19:56:52 +0000 (12:56 -0700)
commitf21bbd63308f677f0f32471cfa7dcdae17fd14da
treec83adc16b3de56b40d5202eb17d99124e5b42567
parent5e619d73e6797ed9f2554a1bf996d52d8c91ca50
farsync: use generic power management

The .suspend() and .resume() callbacks are not defined for this driver.
Still, their power management structure follows the legacy framework. To
bring it under the generic framework, simply remove the binding of
callbacks from "struct pci_driver".

Change code indentation from space to tab in "struct pci_driver".

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/farsync.c