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:

committed by
Tom Rini

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 */
|
||||
|
||||
|
Reference in New Issue
Block a user