From: David S. Miller Date: Wed, 12 Nov 2014 18:53:11 +0000 (-0500) Subject: Merge branch 'module_phy_driver' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=59af81a14477d88a7a808fda2e2af3225a7d3f02;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'module_phy_driver' Johan Hovold says: ==================== net: phy: add module_phy_driver macro Add module_phy_driver macro that can be used by PHY drivers that only calls phy_driver_register or phy_drivers_register (and the corresponding unregister functions) in their module init (and exit). This allows us to eliminate a lot of boilerplate code. Split in three patches (actual macro and two driver change classes) in order to facilitate review. ==================== Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- 59af81a14477d88a7a808fda2e2af3225a7d3f02