I'm updating a patch that adds DDCP support to i2c-i810.c. It uses i2c_bit_del_bus() in some error paths. I saw that this function was dropped. Is there a new counterpart for i2c_bit_add_bus() or can I simply delete these calls without replacement? Hans