Commit e26802eb authored by Serge Semin's avatar Serge Semin Committed by David S. Miller

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: default avatarSerge Semin <fancer.lancer@gmail.com>
Tested-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0ffc3292
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <linux/pcs/pcs-xpcs.h> #include <linux/pcs/pcs-xpcs.h>
#include <linux/mdio.h> #include <linux/mdio.h>
#include <linux/phylink.h> #include <linux/phylink.h>
#include <linux/workqueue.h>
#include "pcs-xpcs.h" #include "pcs-xpcs.h"
#define phylink_pcs_to_xpcs(pl_pcs) \ #define phylink_pcs_to_xpcs(pl_pcs) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment