Re: [PATCH net-next] sxgbe: remove unused code

2016-02-03 Thread Shuah Khan
On 02/03/2016 01:11 PM, Jεan Sacren wrote: > From: Jean Sacren > > With the introduction of this commit 1edb9ca69e8a > ("net: sxgbe: add basic framework for Samsung 10Gb ethernet driver"), > the following interface was added: > > int sxgbe_xpcs_init(struct net_device *ndev); > int sx

[PATCH net-next] sxgbe: remove unused code

2016-02-03 Thread Jεan Sacren
From: Jean Sacren With the introduction of this commit 1edb9ca69e8a ("net: sxgbe: add basic framework for Samsung 10Gb ethernet driver"), the following interface was added: int sxgbe_xpcs_init(struct net_device *ndev); int sxgbe_xpcs_init_1G(struct net_device *ndev); But those t