projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca647b
)
ixgbevf: Removed unneeded HW struct members
author
Greg Rose
<gregory.v.rose@intel.com>
Tue, 7 Sep 2010 21:36:04 +0000
(21:36 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Sep 2010 21:46:29 +0000
(14:46 -0700)
The VF has no flash and can only do memory mapped I/O.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbevf/vf.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ixgbevf/vf.h
b/drivers/net/ixgbevf/vf.h
index 94b750b8874f492d279fac3b68943c58e566be8f..61f9dc831424143d02497b335387caba5bf65823 100644
(file)
--- a/
drivers/net/ixgbevf/vf.h
+++ b/
drivers/net/ixgbevf/vf.h
@@
-124,8
+124,6
@@
struct ixgbe_hw {
void *back;
u8 __iomem *hw_addr;
- u8 *flash_address;
- unsigned long io_base;
struct ixgbe_mac_info mac;
struct ixgbe_mbx_info mbx;