diff options
author | 2017-06-08 11:30:57 +0530 | |
---|---|---|
committer | 2017-06-08 15:32:47 -0400 | |
commit | 7cb6e01de3c4721de0f5411a6eae95a4f74cc5d7 (patch) | |
tree | 91764ef341262983e9e642aa1ac023be5fee3dbd /drivers/net/hyperv/netvsc_drv.c | |
parent | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (diff) | |
download | wireguard-linux-7cb6e01de3c4721de0f5411a6eae95a4f74cc5d7.tar.xz wireguard-linux-7cb6e01de3c4721de0f5411a6eae95a4f74cc5d7.zip |
drivers/net/sungem: add const to mii_phy_ops structures
The object references of mii_phy_ops structures are only stored
in the ops field of a mii_phy_def structure. This ops field is of type
const. So, mii_phy_ops structures having similar properties can be
declared as const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/netvsc_drv.c')
0 files changed, 0 insertions, 0 deletions