commit | e503e0662447ce2bd7c0a73c90395c78ebee494c | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu Dec 06 10:33:08 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 07 12:44:01 2012 -0500 |
tree | 78cbe4e2ec2b3c2df26b69f4b82821ed81fbf3e3 | |
parent | 1d9c5a04d5208c6bc53364a513508ffcab1bc338 [diff] |
bnx2: Rename register read and write macros with BNX2_ prefix for namespace consistency. Currently, these macro names conflict with similar macros in bnx2x.h, preventing the cnic driver from including both bnx2.h and bnx2x.h. Including bnx2x.h in cnic.c will remove many redundant definitions and simplify the interface. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>