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)
commite26802ebd29573cdca9bcc01c8731db9ffc3332b
tree1794416ba46ed7658b8b13999345ef677bb05b93
parent0ffc3292c02b7f16dd23d841b8c4766c48edfdc7
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>
drivers/net/pcs/pcs-xpcs.c