Skip to content

Commit

Permalink
Remove extra struct page member from the buffer info structure
Browse files Browse the repository at this point in the history
declaration.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Nov 17, 2010
1 parent eca2a33 commit b1d670f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/igbvf/igbvf.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ struct igbvf_buffer {
unsigned int page_offset;
};
};
struct page *page;
};

union igbvf_desc {
Expand Down

0 comments on commit b1d670f

Please sign in to comment.