net: pcs: xpcs: Drop redundant workqueue.h include directive
authorSerge Semin <fancer.lancer@gmail.com>
Thu, 22 Feb 2024 17:58:21 +0000 (20:58 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 13:09:08 +0000 (13:09 +0000)
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>
drivers/net/pcs/pcs-xpcs.c

index 9a46c05..6060f1c 100644 (file)
@@ -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) \