i2c: Discard the i2c algo del_bus wrappers
[deliverable/linux.git] / drivers / i2c / busses / i2c-pca-isa.c
index 407840b6a26040d2dbe26b7b32746041bb7be5b5..cc6536a19ecaa46be9b297a0ba7a1ac7386eb481 100644 (file)
@@ -156,7 +156,7 @@ static int __init pca_isa_init(void)
 
 static void pca_isa_exit(void)
 {
-       i2c_pca_del_bus(&pca_isa_ops);
+       i2c_del_adapter(&pca_isa_ops);
 
        if (irq > 0) {
                disable_irq(irq);
This page took 0.027205 seconds and 5 git commands to generate.