Subversion Repositories Kolibri OS

Rev

Rev 6084 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6084 Rev 6937
Line 400... Line 400...
400
		kfree(priv);
400
		kfree(priv);
401
		dvo->dev_priv = NULL;
401
		dvo->dev_priv = NULL;
402
	}
402
	}
403
}
403
}
Line 404... Line 404...
404
 
404
 
405
struct intel_dvo_dev_ops ch7017_ops = {
405
const struct intel_dvo_dev_ops ch7017_ops = {
406
	.init = ch7017_init,
406
	.init = ch7017_init,
407
	.detect = ch7017_detect,
407
	.detect = ch7017_detect,
408
	.mode_valid = ch7017_mode_valid,
408
	.mode_valid = ch7017_mode_valid,
409
	.mode_set = ch7017_mode_set,
409
	.mode_set = ch7017_mode_set,