igb: Remove adapter struct from these function call parameters
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 27 Jun 2008 17:59:48 +0000 (10:59 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:46:57 +0000 (08:46 -0400)
commit3b644cf6cef0324c595b86181220901b5bed0b99
tree8b0215d0548e0aea2009e8acbabb0d7f7a965892
parent5c3cad754cba4252f5b4e74fb217e3bdd0c03662
igb: Remove adapter struct from these function call parameters

Simplify a bunch of calls to these functions by moving the adapter
struct out of the function arguments since that is not needed.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/igb/igb_main.c