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 354... Line 354...
354
		kfree(ch7xxx);
354
		kfree(ch7xxx);
355
		dvo->dev_priv = NULL;
355
		dvo->dev_priv = NULL;
356
	}
356
	}
357
}
357
}
Line 358... Line 358...
358
 
358
 
359
struct intel_dvo_dev_ops ch7xxx_ops = {
359
const struct intel_dvo_dev_ops ch7xxx_ops = {
360
	.init = ch7xxx_init,
360
	.init = ch7xxx_init,
361
	.detect = ch7xxx_detect,
361
	.detect = ch7xxx_detect,
362
	.mode_valid = ch7xxx_mode_valid,
362
	.mode_valid = ch7xxx_mode_valid,
363
	.mode_set = ch7xxx_mode_set,
363
	.mode_set = ch7xxx_mode_set,