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

From: David Miller
Date: Thu Jun 08 2017 - 15:33:10 EST


From: Bhumika Goyal <bhumirks@xxxxxxxxx>
Date: Thu, 8 Jun 2017 11:30:56 +0530

> 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.

Series applied, thanks.