mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
dpaa2-eth: fix recursive header include
The dpaa2-eth.h header file includes dpaa2-eth-trace.h which includes back dpaa2-eth leading to a recursion in the include path. Fix this by removing the include of dpaa2-eth.h in the trace header. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0e5ad75b02
commit
cef5820b7f
@ -10,7 +10,6 @@
|
||||
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include "dpaa2-eth.h"
|
||||
#include <linux/tracepoint.h>
|
||||
|
||||
#define TR_FMT "[%s] fd: addr=0x%llx, len=%u, off=%u"
|
||||
|
Loading…
Reference in New Issue
Block a user