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/qla3xxx.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/qla3xxx.h')
-rw-r--r-- | drivers/net/qla3xxx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/qla3xxx.h b/drivers/net/qla3xxx.h index 7113e71b15a1..3362a661248c 100644 --- a/drivers/net/qla3xxx.h +++ b/drivers/net/qla3xxx.h | |||
@@ -998,8 +998,8 @@ enum link_state_t { | |||
998 | struct ql_rcv_buf_cb { | 998 | struct ql_rcv_buf_cb { |
999 | struct ql_rcv_buf_cb *next; | 999 | struct ql_rcv_buf_cb *next; |
1000 | struct sk_buff *skb; | 1000 | struct sk_buff *skb; |
1001 | DECLARE_PCI_UNMAP_ADDR(mapaddr); | 1001 | DEFINE_DMA_UNMAP_ADDR(mapaddr); |
1002 | DECLARE_PCI_UNMAP_LEN(maplen); | 1002 | DEFINE_DMA_UNMAP_LEN(maplen); |
1003 | __le32 buf_phy_addr_low; | 1003 | __le32 buf_phy_addr_low; |
1004 | __le32 buf_phy_addr_high; | 1004 | __le32 buf_phy_addr_high; |
1005 | int index; | 1005 | int index; |
@@ -1029,8 +1029,8 @@ struct oal { | |||
1029 | }; | 1029 | }; |
1030 | 1030 | ||
1031 | struct map_list { | 1031 | struct map_list { |
1032 | DECLARE_PCI_UNMAP_ADDR(mapaddr); | 1032 | DEFINE_DMA_UNMAP_ADDR(mapaddr); |
1033 | DECLARE_PCI_UNMAP_LEN(maplen); | 1033 | DEFINE_DMA_UNMAP_LEN(maplen); |
1034 | }; | 1034 | }; |
1035 | 1035 | ||
1036 | struct ql_tx_buf_cb { | 1036 | struct ql_tx_buf_cb { |