Skip to content
Commit 50430d1f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-add-const-to-mii_phy_ops-structures'



Bhumika Goyal says:

====================
drivers: net: 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: default avatarDavid S. Miller <davem@davemloft.net>
parents 3948b57b d193d53c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment