Re: [PATCH net-next] net: phy: Remove stale comments referencing timer

2017-07-27 Thread David Miller
From: Florian Fainelli Date: Wed, 26 Jul 2017 12:05:38 -0700 > Since commit a390d1f379cf ("phylib: convert state_queue work to > delayed_work"), the PHYLIB state machine was converted to use delayed > workqueues, yet some functions were still referencing the PHY library > timer in their comments,

Re: [PATCH net-next] net: phy: Remove stale comments referencing timer

2017-07-26 Thread Andrew Lunn
On Wed, Jul 26, 2017 at 12:05:38PM -0700, Florian Fainelli wrote: > Since commit a390d1f379cf ("phylib: convert state_queue work to > delayed_work"), the PHYLIB state machine was converted to use delayed > workqueues, yet some functions were still referencing the PHY library > timer in their commen

[PATCH net-next] net: phy: Remove stale comments referencing timer

2017-07-26 Thread Florian Fainelli
Since commit a390d1f379cf ("phylib: convert state_queue work to delayed_work"), the PHYLIB state machine was converted to use delayed workqueues, yet some functions were still referencing the PHY library timer in their comments, fix that and remove the now unused linux/timer.h include. Signed-off-