aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2010-11-16 19:41:36 -0800
committerAndi Kleen <ak@linux.intel.com>2011-04-28 08:21:13 -0700
commit7821dc28348d2634d67b8cf2da72308101d1bdfd (patch)
treeacc95176f12df35dd890426c476b0eaa571c2301 /drivers
parentf24ac96f1acc55d78f79a3286d1ba60dbf6cbc26 (diff)
Remove extra struct page member from the buffer info structure
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/igbvf/igbvf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igbvf/igbvf.h b/drivers/net/igbvf/igbvf.h
index debeee2dc71..f7ae2846bf1 100644
--- a/drivers/net/igbvf/igbvf.h
+++ b/drivers/net/igbvf/igbvf.h
@@ -126,7 +126,6 @@ struct igbvf_buffer {
unsigned int page_offset;
};
};
- struct page *page;
};
union igbvf_desc {