aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2013-03-06 04:03:08 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-03-28 03:37:08 -0400
commitb48c75111aa951bad0a235e42a74b9b7c6d28b27 (patch)
treebdd10665b46a2bbc8393364e670c1fddfe86d507
parentcf8fb73c23aa806c990c8b926f61e60cf6a7bda9 (diff)
e1000e: cleanup unused defines
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/e1000e/ich8lan.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/ich8lan.h b/drivers/net/ethernet/intel/e1000e/ich8lan.h
index 21d21b97979f..80034a2b297c 100644
--- a/drivers/net/ethernet/intel/e1000e/ich8lan.h
+++ b/drivers/net/ethernet/intel/e1000e/ich8lan.h
@@ -250,13 +250,6 @@
250/* Proprietary Latency Tolerance Reporting PCI Capability */ 250/* Proprietary Latency Tolerance Reporting PCI Capability */
251#define E1000_PCI_LTR_CAP_LPT 0xA8 251#define E1000_PCI_LTR_CAP_LPT 0xA8
252 252
253/* OBFF Control & Threshold Defines */
254#define E1000_SVCR_OFF_EN 0x00000001
255#define E1000_SVCR_OFF_MASKINT 0x00001000
256#define E1000_SVCR_OFF_TIMER_MASK 0xFFFF0000
257#define E1000_SVCR_OFF_TIMER_SHIFT 16
258#define E1000_SVT_OFF_HWM_MASK 0x0000001F
259
260void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw); 253void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw);
261void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw, 254void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
262 bool state); 255 bool state);