Commit d954f9e3 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo

rt2x00: remove not used entry field

Remove not used any longer queue_entry field and flag.
Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent eb662b1d
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment