From: David S. Miller Date: Wed, 17 Dec 2008 07:53:20 +0000 (-0800) Subject: bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX} X-Git-Tag: v2.6.29-rc1~581^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0700f90e5300c63d01c70e157e75e4510dd2981;p=pandora-kernel.git bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX} These are now defined in linux/mii.h and the bnx2x driver defines different values which are shared with hardware data structures. So add a "BNX2X_" prefix to these macro names. Based upon a report from Stephen Rothwell. Signed-off-by: David S. Miller --- Reading git-diff-tree failed