net: phy: Remove stale comments referencing timer
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 26 Jul 2017 19:05:38 +0000 (12:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jul 2017 00:27:41 +0000 (17:27 -0700)
commitfb5e7606b100668293f7b0c4a719f7a73233cbb1
tree46920be1fda1cfd4c09b530853ebaa680e301ec7
parent122323f798120a53c3ef90da4fadd9a458e10c21
net: phy: Remove stale comments referencing timer

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-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c