mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 18:26:31 +07:00
rt2x00: remove not used entry field
Remove not used any longer queue_entry field and flag. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
eb662b1dc6
commit
d954f9e3fb
@ -361,7 +361,6 @@ enum queue_entry_flags {
|
||||
ENTRY_DATA_PENDING,
|
||||
ENTRY_DATA_IO_FAILED,
|
||||
ENTRY_DATA_STATUS_PENDING,
|
||||
ENTRY_DATA_STATUS_SET,
|
||||
};
|
||||
|
||||
/**
|
||||
@ -387,8 +386,6 @@ struct queue_entry {
|
||||
|
||||
unsigned int entry_idx;
|
||||
|
||||
u32 status;
|
||||
|
||||
void *priv_data;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user