sh_eth: use SET_RUNTIME_PM_OPS()
authorMikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Wed, 21 Jan 2015 22:18:44 +0000 (01:18 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jan 2015 23:26:41 +0000 (15:26 -0800)
commite7d7e89846d53e27d6e48a746c5c69e69c22aaaa
tree8ed0f4d5dd55ad9601c28a86a769d65babfac314
parent3897957494d979ad592a00a6ced4b6c9410e9452
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>
drivers/net/ethernet/renesas/sh_eth.c