]> git.baikalelectronics.ru Git - kernel.git/commit
dpaa2-eth: fix recursive header include
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 24 Jun 2020 11:34:20 +0000 (14:34 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:03:39 +0000 (16:03 -0700)
commitd7334e3aa647f6cbc4a7b9ef12733389e32015c8
treeca6816621cdd24530d7d2bebf246126f4f0c08a7
parent89b75a4db9d47dbc7019e3a31782216fc456a492
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>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h