commit | 50430d1fcab8ca5a80645992e229881b35b505a7 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jun 08 15:32:48 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 08 15:32:48 2017 -0400 |
tree | 9c361ff7e7a8d7ecc95e8849b1efaf1a2cf91a9c | |
parent | 3948b57bd592c05bd6c08b3fea0862473cf9d5d9 [diff] | |
parent | d193d53c1c1818f53cae0176d1f6a1509d80f449 [diff] |
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: David S. Miller <davem@davemloft.net>