commit | bd38e5d124ddd11c457c5ae7242cd039045d80e0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Mar 13 20:40:58 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 14 12:41:02 2009 -0700 |
tree | a234cdc42451fa0a861ccc7e1306bda773b7f38b | |
parent | 5e6d5b17db099dd575490545a4f0af9a99fa8bbe [diff] |
igb: resolve warning of unused adapter struct If DCA is undefined then the adapter struct becomes unnecessary. To resolve this issue the DCA calls can simply make a call to the adapter struct through the rx_ring adapter struct member. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>