Re: [PATCH] net: phy: aquantia/teranetics: Convert to use module_phy_driver macro

2015-10-14 Thread David Miller
From: Axel Lin Date: Wed, 14 Oct 2015 18:30:48 +0800 > Use module_phy_driver macro to simplify the code a bit. > > Signed-off-by: Axel Lin Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org Mor

[PATCH] net: phy: aquantia/teranetics: Convert to use module_phy_driver macro

2015-10-14 Thread Axel Lin
Use module_phy_driver macro to simplify the code a bit. Signed-off-by: Axel Lin --- drivers/net/phy/aquantia.c | 15 +-- drivers/net/phy/teranetics.c | 15 +-- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/drivers/net/phy/aquantia.c b/drivers/net/phy/a