Files
linux/drivers
Bhumika Goyal d193d53c1c drivers: net: emac: 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>
2017-06-08 15:32:48 -04:00
..
2017-06-03 00:01:45 +02:00
2017-04-27 11:54:49 +01:00
2017-05-28 10:22:42 -07:00
2017-04-17 00:42:22 +02:00
2017-04-20 09:54:24 +02:00
2017-04-10 16:43:41 +05:30
2017-05-18 23:54:47 -07:00
2017-06-04 10:23:25 +02:00