summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 16:27:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:55:10 (GMT)
commit664ee4c995c82b357a328da94880e37e7abb0a09 (patch)
tree4ec4b9a0a4ea9660932e46273d7357a28099eebe /include/i2c.h
parent76d1d02fd280ef7ad63a97c3a80bd765bf5596fa (diff)
downloadu-boot-664ee4c995c82b357a328da94880e37e7abb0a09.tar.xz
i2c: Drop unused i2c_soft...() functions
These are not used in U-Boot. Manual relocation fixup is used by blackfin but that is being removed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/i2c.h b/include/i2c.h
index d500445..4bbeeca 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -791,21 +791,6 @@ unsigned int i2c_set_bus_speed(unsigned int speed);
unsigned int i2c_get_bus_speed(void);
-/*
- * i2c_reloc_fixup:
- *
- * Adjusts I2C pointers after U-Boot is relocated to DRAM
- */
-void i2c_reloc_fixup(void);
-#if defined(CONFIG_SYS_I2C_SOFT)
-void i2c_soft_init(void);
-void i2c_soft_active(void);
-void i2c_soft_tristate(void);
-int i2c_soft_read(void);
-void i2c_soft_sda(int bit);
-void i2c_soft_scl(int bit);
-void i2c_soft_delay(void);
-#endif
#else
/*