commit | cef5820b7f911eb9bd6c04bcd7ef6107e671640c | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Wed Jun 24 14:34:20 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 25 16:03:39 2020 -0700 |
tree | ca6816621cdd24530d7d2bebf246126f4f0c08a7 | |
parent | 0e5ad75b02d9341eb9ca22627247f9a02cc20d6f [diff] |
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>