/* get the symbol */
int (*del_bus)(struct i2c_adapter *) = symbol_get(i2c_bit_del_bus);

/* put the symbol */
symbol_put(i2c_bit_del_bus);