projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d4c21
)
eth: fbnic: sort includes
author
Jakub Kicinski
<kuba@kernel.org>
Tue, 24 Jun 2025 14:28:33 +0000
(07:28 -0700)
committer
Paolo Abeni
<pabeni@redhat.com>
Thu, 26 Jun 2025 12:56:14 +0000
(14:56 +0200)
Make sure includes are in alphabetical order.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20250624142834.3275164-5-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
b/drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
index
ab8b8b0
..
86576ae
100644
(file)
--- a/
drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
+++ b/
drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
@@
-4,8
+4,8
@@
#ifndef _FBNIC_NETDEV_H_
#define _FBNIC_NETDEV_H_
-#include <linux/types.h>
#include <linux/phylink.h>
+#include <linux/types.h>
#include "fbnic_csr.h"
#include "fbnic_rpc.h"