]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/at91rm9200/i2c.c
i2c: Create common default i2c_[set|get]_bus_speed() functions
[karo-tx-uboot.git] / cpu / arm920t / at91rm9200 / i2c.c
index 9fd72d3977b3bf363825e8ef47f4086b8d1c47d1..1711088ad31a00b513fb7ba21d5cac403cc466e8 100644 (file)
@@ -189,14 +189,4 @@ i2c_init(int speed, int slaveaddr)
        return;
 }
 
-int i2c_set_bus_speed(unsigned int speed)
-{
-       return -1;
-}
-
-unsigned int i2c_get_bus_speed(void)
-{
-       return CONFIG_SYS_I2C_SPEED;
-}
-
 #endif /* CONFIG_HARD_I2C */