static int __devexit hdmi_i2c_remove(struct i2c_client *client)
{
    if(ep952_device)
        disp_vdevice_unregister(ep952_device);
    ep952_device = NULL;
    return 0;
}
Пример #2
0
static int __devexit tv_i2c_remove(struct i2c_client *client)
{
		if(gm7121_device)
			disp_vdevice_unregister(gm7121_device);
		gm7121_device = NULL;
    return 0;
}