From: Yang Hongyang Date: Fri, 13 Feb 2009 00:57:12 +0000 (-0800) Subject: netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used" on IA64... X-Git-Tag: v2.6.29-rc5~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354b45fff90c3448c1eadabfad6ae7b8b8a2a237;p=pandora-kernel.git netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used" on IA64 platform When compile the latest kernel on IA64 platform,I got a warning: drivers/net/netxen/netxen_nic_main.c:203: warning: label ‘set_32_bit_mask’ defined but not used We do not need label ‘set_32_bit_mask’ on IA64 platform,So move it to #else. Signed-off-by: Yang Hongyang Signed-off-by: David S. Miller --- Reading git-diff-tree failed