stm32: i2c: drop i2c_reset()
It's simply a wrapper around rcc_reset_pulse already.
Just drop it. See 034dbf20ff for the same deletion for timers.
Signed-off-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
@@ -385,7 +385,6 @@ enum i2c_speeds {
|
||||
|
||||
BEGIN_DECLS
|
||||
|
||||
void i2c_reset(uint32_t i2c);
|
||||
void i2c_peripheral_enable(uint32_t i2c);
|
||||
void i2c_peripheral_disable(uint32_t i2c);
|
||||
void i2c_send_start(uint32_t i2c);
|
||||
|
||||
@@ -402,7 +402,6 @@ enum i2c_speeds {
|
||||
|
||||
BEGIN_DECLS
|
||||
|
||||
void i2c_reset(uint32_t i2c);
|
||||
void i2c_peripheral_enable(uint32_t i2c);
|
||||
void i2c_peripheral_disable(uint32_t i2c);
|
||||
void i2c_send_start(uint32_t i2c);
|
||||
|
||||
Reference in New Issue
Block a user