[PATCH 0/2] drivers: net: add const to mii_phy_ops structures

From: Bhumika Goyal
Date: Thu Jun 08 2017 - 02:02:39 EST


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.

Bhumika Goyal (2):
drivers/net/sungem: add const to mii_phy_ops structures
drivers: net: emac: add const to mii_phy_ops structures

drivers/net/ethernet/ibm/emac/phy.c | 12 ++++++------
drivers/net/sungem_phy.c | 26 +++++++++++++-------------
2 files changed, 19 insertions(+), 19 deletions(-)

--
2.7.4