]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c786ef9dbcc2d29c7c1c35272d1c13e228eaf7e
tree8ed0f4d5dd55ad9601c28a86a769d65babfac314
parentdde97b03920b4566c1e368e85b91b06af69f0c05
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