aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
diff options
context:
space:
mode:
authorAkeem G. Abodunrin <akeem.g.abodunrin@intel.com>2013-05-15 07:41:30 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-05-21 03:08:15 -0700
commitf7727c53094bd1122351a14a2087585f46009c04 (patch)
tree55ba4307cca609d0b8de09137ae629fc4071cc60 /drivers/net/ethernet/intel
parentigb: Implementation of i210/i211 LED support (diff)
downloadlinux-dev-f7727c53094bd1122351a14a2087585f46009c04.tar.xz
linux-dev-f7727c53094bd1122351a14a2087585f46009c04.zip
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>
Diffstat (limited to 'drivers/net/ethernet/intel')
-rw-r--r--drivers/net/ethernet/intel/igb/igb.h5
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)
return ring->count + ring->next_to_clean - ring->next_to_use - 1;
}
-struct igb_i2c_client_list {
- struct i2c_client *client;
- struct igb_i2c_client_list *next;
-};
-
#ifdef CONFIG_IGB_HWMON
#define IGB_HWMON_TYPE_LOC 0