dma: ti: k3-udma: add missing <net.h> 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 <matthias.schiffer@ew.tq-group.com>
This commit is contained in:
committed by
Tom Rini
parent
b079bd9e29
commit
e563593d6e
@@ -11,6 +11,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <malloc.h>
|
||||
#include <net.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
Reference in New Issue
Block a user