mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 09:17:00 +02:00
net: dwc_eth_qos: Fix header to be self-contained
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>
This commit is contained in:
parent
3eb7f46a3c
commit
14b237a8bd
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user