]> git.baikalelectronics.ru Git - kernel.git/commit
net: mdio-gpio: make mdiobb_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 22 Aug 2017 08:13:29 +0000 (13:43 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 21:22:18 +0000 (14:22 -0700)
commit998bbdaffe8055eed9b8470d54d6fe955bba743e
tree6faa2921c89928b970a4e5b75e29b8ee3b03ed6e
parent54a31195d9dc46c4d795b4f88bf9bebd43307dc5
net: mdio-gpio: make mdiobb_ops const

Make this const as it is only stored in a const field of a
mdiobb_ctrl structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-gpio.c