From: Serge Semin Date: Thu, 22 Feb 2024 17:58:21 +0000 (+0300) Subject: net: pcs: xpcs: Drop redundant workqueue.h include directive X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e26802ebd29573cdca9bcc01c8731db9ffc3332b;p=linux.git 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 Tested-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/drivers/net/pcs/pcs-xpcs.c b/drivers/net/pcs/pcs-xpcs.c index 9a46c054cd947..6060f1cc66991 100644 --- a/drivers/net/pcs/pcs-xpcs.c +++ b/drivers/net/pcs/pcs-xpcs.c @@ -10,7 +10,7 @@ #include #include #include -#include + #include "pcs-xpcs.h" #define phylink_pcs_to_xpcs(pl_pcs) \