i2c: Discard the i2c algo del_bus wrappers
[deliverable/linux.git] / drivers / media / video / zoran_card.c
index 653822ce391c574492f5c78c677ad7414edcd696..4d1eb2fba34a8c7d5ec8edd30d76adf1376645fc 100644 (file)
@@ -849,7 +849,7 @@ zoran_register_i2c (struct zoran *zr)
 static void
 zoran_unregister_i2c (struct zoran *zr)
 {
-       i2c_bit_del_bus((&zr->i2c_adapter));
+       i2c_del_adapter(&zr->i2c_adapter);
 }
 
 /* Check a zoran_params struct for correctness, insert default params */
This page took 0.037054 seconds and 5 git commands to generate.