提交 94494733 编写于 作者: B Bhumika Goyal 提交者: David S. Miller

net: ethernet: freescale: fs_enet: make mdiobb_ops const

Make this const as it is only stored in a const field of a
mdiobb_ctrl structure.
Signed-off-by: NBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 58e0c0db
...@@ -100,7 +100,7 @@ static inline void mdc(struct mdiobb_ctrl *ctrl, int what) ...@@ -100,7 +100,7 @@ static inline void mdc(struct mdiobb_ctrl *ctrl, int what)
in_be32(bitbang->dat); in_be32(bitbang->dat);
} }
static struct mdiobb_ops bb_ops = { static const struct mdiobb_ops bb_ops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.set_mdc = mdc, .set_mdc = mdc,
.set_mdio_dir = mdio_dir, .set_mdio_dir = mdio_dir,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册