netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used" on IA64...
[safe/jmp/linux-2.6] / drivers / net / netxen / netxen_nic_main.c
index e02fe5a..9f33e44 100644 (file)
@@ -201,9 +201,9 @@ static int nx_set_dma_mask(struct netxen_adapter *adapter, uint8_t revision_id)
                adapter->pci_using_dac = 1;
                return 0;
        }
+set_32_bit_mask:
 #endif /* CONFIG_IA64 */
 
-set_32_bit_mask:
        err = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
        if (!err)
                err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);