Commit b1d670f1 authored by Greg Rose's avatar Greg Rose Committed by Jeff Kirsher

Remove extra struct page member from the buffer info structure

declaration.
Reported-by: default avatarAndi Kleen <andi@firstfloor.org>
Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
Tested-by: default avatarEmil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent eca2a33c
......@@ -126,7 +126,6 @@ struct igbvf_buffer {
unsigned int page_offset;
};
};
struct page *page;
};
union igbvf_desc {
......
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