diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
commit | cf9b59e9d3e008591d1f54830f570982bb307a0d (patch) | |
tree | 113478ce8fd8c832ba726ffdf59b82cb46356476 /drivers/net/ixgbevf/vf.h | |
parent | 44504b2bebf8b5823c59484e73096a7d6574471d (diff) | |
parent | f4b87dee923342505e1ddba8d34ce9de33e75050 (diff) |
Merge remote branch 'origin' into secretlab/next-devicetree
Merging in current state of Linus' tree to deal with merge conflicts and
build failures in vio.c after merge.
Conflicts:
drivers/i2c/busses/i2c-cpm.c
drivers/i2c/busses/i2c-mpc.c
drivers/net/gianfar.c
Also fixed up one line in arch/powerpc/kernel/vio.c to use the
correct node pointer.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/net/ixgbevf/vf.h')
-rw-r--r-- | drivers/net/ixgbevf/vf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ixgbevf/vf.h b/drivers/net/ixgbevf/vf.h index 1f31b052d4b4..94b750b8874f 100644 --- a/drivers/net/ixgbevf/vf.h +++ b/drivers/net/ixgbevf/vf.h | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
33 | #include <linux/interrupt.h> | 33 | #include <linux/interrupt.h> |
34 | #include <linux/if_ether.h> | 34 | #include <linux/if_ether.h> |
35 | #include <linux/netdevice.h> | ||
35 | 36 | ||
36 | #include "defines.h" | 37 | #include "defines.h" |
37 | #include "regs.h" | 38 | #include "regs.h" |
@@ -62,8 +63,7 @@ struct ixgbe_mac_operations { | |||
62 | /* RAR, Multicast, VLAN */ | 63 | /* RAR, Multicast, VLAN */ |
63 | s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32); | 64 | s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32); |
64 | s32 (*init_rx_addrs)(struct ixgbe_hw *); | 65 | s32 (*init_rx_addrs)(struct ixgbe_hw *); |
65 | s32 (*update_mc_addr_list)(struct ixgbe_hw *, u8 *, u32, | 66 | s32 (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *); |
66 | ixgbe_mc_addr_itr); | ||
67 | s32 (*enable_mc)(struct ixgbe_hw *); | 67 | s32 (*enable_mc)(struct ixgbe_hw *); |
68 | s32 (*disable_mc)(struct ixgbe_hw *); | 68 | s32 (*disable_mc)(struct ixgbe_hw *); |
69 | s32 (*clear_vfta)(struct ixgbe_hw *); | 69 | s32 (*clear_vfta)(struct ixgbe_hw *); |