mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 03:59:04 -04:00
staging: fsl-dpaa2/eth: Remove unused field
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7472dd9f64
commit
9c5c0e4617
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user