igb: remove IGB_DESC_UNUSED since it is better handled by a function call
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 20 Mar 2009 00:16:50 +0000 (00:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2009 23:57:01 +0000 (16:57 -0700)
commitc493ea45a4251869fe7b820e0486b73b57df7c12
treebf389756f06469dd3e15091046b0eace3f06152b
parentfa4a7ef36ec834fee1719636b30d2f28f4cb0166
igb: remove IGB_DESC_UNUSED since it is better handled by a function call

This patch removes IGB_DESC_UNUSED and replaces it with a function call
instead in order to cleanup some of the ugliness introduced by the macro.

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.h
drivers/net/igb/igb_main.c