diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-04-14 22:04:59 -0400 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2006-04-14 22:04:59 -0400 |
commit | fe7fe28ea581e090d2908a0d78a2611ae6d43e2c (patch) | |
tree | 20ffef790a0ca0f0e8463df68d0628bffdccefe9 /drivers/net/e1000/e1000.h | |
parent | e619d52349ab8c0044859c28ab05e4c7a410fe14 (diff) |
e1000: Made an adapter struct variable into a local (txb2b)
Made an adapter struct variable into a local (txb2b)
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index 281de41d030a..764808f3702e 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -334,7 +334,6 @@ struct e1000_adapter { | |||
334 | boolean_t have_msi; | 334 | boolean_t have_msi; |
335 | #endif | 335 | #endif |
336 | /* to not mess up cache alignment, always add to the bottom */ | 336 | /* to not mess up cache alignment, always add to the bottom */ |
337 | boolean_t txb2b; | ||
338 | #ifdef NETIF_F_TSO | 337 | #ifdef NETIF_F_TSO |
339 | boolean_t tso_force; | 338 | boolean_t tso_force; |
340 | #endif | 339 | #endif |