V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model
[safe/jmp/linux-2.6] / drivers / media / video / em28xx / em28xx-i2c.c
index f0bf1d9..d90294c 100644 (file)
@@ -575,6 +575,9 @@ int em28xx_i2c_register(struct em28xx *dev)
        if (i2c_scan)
                em28xx_do_i2c_scan(dev);
 
+       /* Instantiate the IR receiver device, if present */
+       em28xx_register_i2c_ir(dev);
+
        return 0;
 }