ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:37 +0000 (05:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Jun 2011 07:04:32 +0000 (00:04 -0700)
commit7d4987de752a94772ad1ae85ad5c702bbcf73305
tree136cd312e7d2582fc98e46d8be5b7f585ec0ee61
parenta65151ba201fe56ac146767e018674a84bfef1a6
ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function

This change is a minor cleanup that converts the IXGBE_DESC_UNUSED macro
into a static inline function just for the case of the code being a bit
cleaner.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c