mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue