projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb7f46
)
net: dwc_eth_qos: Fix header to be self-contained
author
Philip Oberfichtner
<pro@denx.de>
Fri, 2 Aug 2024 09:25:36 +0000
(11:25 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 3 Sep 2024 15:12:00 +0000
(09:12 -0600)
Before this commit, usage of this header relied on a specific include
order. Fix it by including all dependencies.
Signed-off-by: Philip Oberfichtner <pro@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/net/dwc_eth_qos.h
patch
|
blob
|
history
diff --git
a/drivers/net/dwc_eth_qos.h
b/drivers/net/dwc_eth_qos.h
index a06390a6982fd115ca81a19a01177e5f006cf79d..c7d3e23ab7bf1bfb45389594ae03f7ede74881b0 100644
(file)
--- a/
drivers/net/dwc_eth_qos.h
+++ b/
drivers/net/dwc_eth_qos.h
@@
-3,8
+3,11
@@
* Copyright 2022 NXP
*/
-#include <phy_interface.h>
+#include <asm/gpio.h>
+#include <clk.h>
#include <linux/bitops.h>
+#include <phy_interface.h>
+#include <reset.h>
/* Core registers */