]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
eth: fbnic: sort includes
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 14:28:33 +0000 (07:28 -0700)
committerPaolo 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

index ab8b8b0f9f64ed2683f9c0b5d383d9cdb342d33e..86576ae042625b5e8dcc20f1cdbdb7a11c1e2913 100644 (file)
@@ -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"