sh_eth: use SET_RUNTIME_PM_OPS()
Use SET_RUNTIME_PM_OPS() macro to initialize the runtime PM method pointers in the 'struct dev_pm_ops'. Signed-off-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com> [Sergei: renamed, added the changelog.] Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3897957494
commit
e7d7e89846
@ -2960,8 +2960,7 @@ static int sh_eth_runtime_nop(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops sh_eth_dev_pm_ops = {
|
||||
.runtime_suspend = sh_eth_runtime_nop,
|
||||
.runtime_resume = sh_eth_runtime_nop,
|
||||
SET_RUNTIME_PM_OPS(sh_eth_runtime_nop, sh_eth_runtime_nop, NULL)
|
||||
};
|
||||
#define SH_ETH_PM_OPS (&sh_eth_dev_pm_ops)
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user