From: Matthias Schiffer Date: Fri, 26 Apr 2024 08:02:27 +0000 (+0200) Subject: dma: ti: k3-udma: add missing include X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e563593d6e3759519cb1b1493e67e032109c8cae;p=u-boot.git dma: ti: k3-udma: add missing include net.h is needed for PKTBUFSRX. Without this definition, the driver will always use 4 RX buffers, causing am65-cpsw-nuss initialization to fail when a higher number of buffers is requested. Signed-off-by: Matthias Schiffer --- diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c index 8e11d817a5..e92ede570c 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include