]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58520b56ab1d6e8c65be3aa9045f08b0ae52ef9e
tree46920be1fda1cfd4c09b530853ebaa680e301ec7
parenta245b160a460053b82b8a1de7d494f13a7b31b45
net: phy: Remove stale comments referencing timer

Since commit c1d754fe8aef ("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