From: David S. Miller Date: Thu, 8 Jun 2017 19:32:48 +0000 (-0400) Subject: Merge branch 'net-add-const-to-mii_phy_ops-structures' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50430d1fcab8ca5a80645992e229881b35b505a7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 50430d1fcab8ca5a80645992e229881b35b505a7