mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
afk: Drop stray 'rptr' field
Signed-off-by: Martin Povišer <povik@cutebit.org>
This commit is contained in:
parent
526f81f51e
commit
fd0ae3663a
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ struct afk_rb_hdr {
|
|||
struct afk_rb {
|
||||
bool ready;
|
||||
struct afk_rb_hdr *hdr;
|
||||
u32 rptr;
|
||||
void *buf;
|
||||
size_t bufsz;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue