From: Philip Oberfichtner Date: Fri, 2 Aug 2024 09:25:36 +0000 (+0200) Subject: net: dwc_eth_qos: Fix header to be self-contained X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=14b237a8bd169c81faef1c62c9bcb21c655cf5a4;p=u-boot.git 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 Reviewed-by: Marek Vasut --- diff --git a/drivers/net/dwc_eth_qos.h b/drivers/net/dwc_eth_qos.h index a06390a698..c7d3e23ab7 100644 --- a/drivers/net/dwc_eth_qos.h +++ b/drivers/net/dwc_eth_qos.h @@ -3,8 +3,11 @@ * Copyright 2022 NXP */ -#include +#include +#include #include +#include +#include /* Core registers */