diff options
author | Akeem G. Abodunrin <akeem.g.abodunrin@intel.com> | 2013-05-15 03:41:30 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-05-21 06:08:15 -0400 |
commit | f7727c53094bd1122351a14a2087585f46009c04 (patch) | |
tree | 55ba4307cca609d0b8de09137ae629fc4071cc60 | |
parent | 6f8b916065596d80843bb7d4f601ef72b3223c54 (diff) |
igb: Removed unused i2c function
This patch removes unused i2c function definition.
Signed-off-by: Akeem G Abodunrin <akeem.g.abodunrin@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/igb/igb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/intel/igb/igb.h b/drivers/net/ethernet/intel/igb/igb.h index a90570755ddc..15ea8dc9dad3 100644 --- a/drivers/net/ethernet/intel/igb/igb.h +++ b/drivers/net/ethernet/intel/igb/igb.h | |||
@@ -322,11 +322,6 @@ static inline int igb_desc_unused(struct igb_ring *ring) | |||
322 | return ring->count + ring->next_to_clean - ring->next_to_use - 1; | 322 | return ring->count + ring->next_to_clean - ring->next_to_use - 1; |
323 | } | 323 | } |
324 | 324 | ||
325 | struct igb_i2c_client_list { | ||
326 | struct i2c_client *client; | ||
327 | struct igb_i2c_client_list *next; | ||
328 | }; | ||
329 | |||
330 | #ifdef CONFIG_IGB_HWMON | 325 | #ifdef CONFIG_IGB_HWMON |
331 | 326 | ||
332 | #define IGB_HWMON_TYPE_LOC 0 | 327 | #define IGB_HWMON_TYPE_LOC 0 |