diff options
author | Serge Semin <fancer.lancer@gmail.com> | 2024-02-22 18:58:21 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-26 14:09:08 +0100 |
commit | e26802ebd29573cdca9bcc01c8731db9ffc3332b (patch) | |
tree | 1794416ba46ed7658b8b13999345ef677bb05b93 /drivers/net/pcs | |
parent | net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list (diff) | |
download | linux-e26802ebd29573cdca9bcc01c8731db9ffc3332b.tar.xz linux-e26802ebd29573cdca9bcc01c8731db9ffc3332b.zip |
net: pcs: xpcs: Drop redundant workqueue.h include directive
There is nothing CM workqueue-related in the driver. So the respective
include directive can be dropped.
While at it add an empty line delimiter between the generic and local path
include directives to visually separate them.
Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcs')
-rw-r--r-- | drivers/net/pcs/pcs-xpcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcs/pcs-xpcs.c b/drivers/net/pcs/pcs-xpcs.c index 9a46c054cd94..6060f1cc6699 100644 --- a/drivers/net/pcs/pcs-xpcs.c +++ b/drivers/net/pcs/pcs-xpcs.c @@ -10,7 +10,7 @@ #include <linux/pcs/pcs-xpcs.h> #include <linux/mdio.h> #include <linux/phylink.h> -#include <linux/workqueue.h> + #include "pcs-xpcs.h" #define phylink_pcs_to_xpcs(pl_pcs) \ |