commit | b00c898c00e11dd98516f31810013be4b768130f | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Fri Oct 12 16:27:38 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:23:19 2018 -0700 |
tree | ccd5ab97967fe3d3c27146c41754588a371b03f4 | |
parent | fdb6ca9e46745c24d4a9c23d05c4188957721f27 [diff] |
dpaa2-eth: mark unused parameter in dpaa2_eth_tx_conf The ch parameter is never used in the dpaa2_eth_tx_conf function but since its prototype must match the type defined in the consume field of struct dpaa2_eth_fq, just mark it as __always_unused. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>