staging: fsl-dpaa2/eth: Remove unused field
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Fri, 23 Mar 2018 13:44:07 +0000 (08:44 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 15:01:56 +0000 (16:01 +0100)
Remove dpio_id field in struct dpaa2_eth_channel, which wasn't
used anywhere in the code.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h

index b8990cf62915725f9d00c601e7e971f0603a893d..63ea64bf6ec974fd5baf9d745910baf2ac3e4585 100644 (file)
@@ -285,7 +285,6 @@ struct dpaa2_eth_channel {
        struct fsl_mc_device *dpcon;
        int dpcon_id;
        int ch_id;
-       int dpio_id;
        struct napi_struct napi;
        struct dpaa2_io *dpio;
        struct dpaa2_io_store *store;