Browse Source

Remove extra struct page member from the buffer info structure

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>
Greg Rose 14 years ago
parent
commit
b1d670f10e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/igbvf/igbvf.h

+ 0 - 1
drivers/net/igbvf/igbvf.h

@@ -126,7 +126,6 @@ struct igbvf_buffer {
 			unsigned int page_offset;
 		};
 	};
-	struct page *page;
 };
 
 union igbvf_desc {