igb: move global_quad_port_a from global into local static define
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 23:48:31 +0000 (23:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:25:46 +0000 (03:25 -0700)
commit4337e993e13eb2f2e05dd65a3ab25b57c2f89d56
tree39dbe41f66351bfc72093a37d7f0ecb297378555
parent3f9c01648146a256d8238292ac9c63fed7e00473
igb: move global_quad_port_a from global into local static define

This change moves global_quad_port_a into igb_probe as a static define
since it doesn't actually need to be global.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c