projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca2a33
)
Remove extra struct page member from the buffer info structure
author
Greg Rose
<gregory.v.rose@intel.com>
Wed, 17 Nov 2010 03:41:36 +0000
(19:41 -0800)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:41:36 +0000
(19:41 -0800)
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>
drivers/net/igbvf/igbvf.h
patch
|
blob
|
history
diff --git
a/drivers/net/igbvf/igbvf.h
b/drivers/net/igbvf/igbvf.h
index
63284e3
..
9d4d63e
100644
(file)
--- 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 {