Merge branches 'acpi-video' and 'acpi-hotplug'
[deliverable/linux.git] / drivers / gpu / drm / i915 / dvo.h
index 13dea42635542effaf378acbc63fd5b9e4074392..5e6a3013da49645ebf6ea0b1487fc383fc43d3b1 100644 (file)
@@ -129,11 +129,11 @@ struct intel_dvo_dev_ops {
        void (*dump_regs)(struct intel_dvo_device *dvo);
 };
 
-extern struct intel_dvo_dev_ops sil164_ops;
-extern struct intel_dvo_dev_ops ch7xxx_ops;
-extern struct intel_dvo_dev_ops ivch_ops;
-extern struct intel_dvo_dev_ops tfp410_ops;
-extern struct intel_dvo_dev_ops ch7017_ops;
-extern struct intel_dvo_dev_ops ns2501_ops;
+extern const struct intel_dvo_dev_ops sil164_ops;
+extern const struct intel_dvo_dev_ops ch7xxx_ops;
+extern const struct intel_dvo_dev_ops ivch_ops;
+extern const struct intel_dvo_dev_ops tfp410_ops;
+extern const struct intel_dvo_dev_ops ch7017_ops;
+extern const struct intel_dvo_dev_ops ns2501_ops;
 
 #endif /* _INTEL_DVO_H */
This page took 0.038468 seconds and 5 git commands to generate.