aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_eeprom.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-06 15:47:22 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:05 -0800
commit4e02b4b57df1ac5e040e9b70391dfcc2929c9958 (patch)
tree828a378864fd92d1e845b9b5a013d14bcdd15716 /drivers/staging/et131x/et1310_eeprom.h
parentb802ce0c705f537286da6084ec6503ba41bf7a0a (diff)
Staging: et131x: extract the eeprom setup logic from initpci
This puts all the eeprom handling in one place and cleans up the interfaces Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_eeprom.h')
-rw-r--r--drivers/staging/et131x/et1310_eeprom.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/et131x/et1310_eeprom.h b/drivers/staging/et131x/et1310_eeprom.h
index eaa5c1f20d8..6a6c6a632a8 100644
--- a/drivers/staging/et131x/et1310_eeprom.h
+++ b/drivers/staging/et131x/et1310_eeprom.h
@@ -98,9 +98,6 @@
/* Forward declaration of the private adapter structure */
struct et131x_adapter;
-int eeprom_write(struct et131x_adapter *adapter, u32 unAddress,
- u8 bData);
-int eeprom_read(struct et131x_adapter *adapter, u32 unAddress,
- u8 *pbData);
+int et131x_init_eeprom(struct et131x_adapter *etdev);
#endif /* _ET1310_EEPROM_H_ */