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:
Stanislaw Gruszka 2019-03-27 10:58:30 +01:00 committed by Kalle Valo
parent eb662b1dc6
commit d954f9e3fb

View File

@ -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;
};