summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 8739c40e97..4e908733ad 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -507,12 +507,6 @@ int i2c_set_response(int port, uint8_t *buf, int len);
void i2c_init(void);
/**
- * Initialize i2c controller ports. This function can be called for cases where
- * i2c ports are not initialized by default from main.c.
- */
-void i2cm_init(void);
-
-/**
* Board-level function to determine whether i2c passthru should be allowed
* on a given port.
*