]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
Remove extra struct page member from the buffer info structure
authorGreg Rose <gregory.v.rose@intel.com>
Wed, 17 Nov 2010 03:41:36 +0000 (19:41 -0800)
committerAndi Kleen <ak@linux.intel.com>
Thu, 28 Apr 2011 15:21:13 +0000 (08:21 -0700)
commit b1d670f10e8078485884f0cf7e384d890909aeaa upstream.

declaration.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Andreas Radke <a.radke@arcor.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/igbvf/igbvf.h

index debeee2dc717c6f86261c53ea93f46b84a07e9ca..f7ae2846bf16419c91f9f2c39873e0b28a3b36b1 100644 (file)
@@ -126,7 +126,6 @@ struct igbvf_buffer {
                        unsigned int page_offset;
                };
        };
-       struct page *page;
 };
 
 union igbvf_desc {