[PATCH 05/16] net: ldpaa_eth: Include device_compat.h
Sean Anderson
seanga2 at gmail.com
Mon Oct 5 03:39:46 CEST 2020
Necessary for dev_xxx.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/net/ldpaa_eth/ldpaa_eth.c b/drivers/net/ldpaa_eth/ldpaa_eth.c
index 67da549fdb..42eaf49d71 100644
--- a/drivers/net/ldpaa_eth/ldpaa_eth.c
+++ b/drivers/net/ldpaa_eth/ldpaa_eth.c
@@ -6,20 +6,20 @@
#include <common.h>
#include <cpu_func.h>
+#include <dm/device_compat.h>
+#include <fsl-mc/fsl_dpmac.h>
+#include <fsl-mc/ldpaa_wriop.h>
+#include <hwconfig.h>
#include <log.h>
+#include <malloc.h>
+#include <miiphy.h>
+#include <net.h>
+#include <phy.h>
#include <asm/io.h>
#include <asm/types.h>
-#include <malloc.h>
-#include <net.h>
-#include <hwconfig.h>
-#include <phy.h>
-#include <miiphy.h>
#include <linux/bug.h>
#include <linux/compat.h>
-#include <fsl-mc/fsl_dpmac.h>
#include <linux/delay.h>
-
-#include <fsl-mc/ldpaa_wriop.h>
#include "ldpaa_eth.h"
#ifdef CONFIG_PHYLIB
--
2.28.0
More information about the U-Boot
mailing list