drm/i915: fix sparse warnings: move 'extern' decls to header file
[deliverable/linux.git] / drivers / gpu / drm / i915 / dvo.h
index e80866c5e1aec83fe4b2feefe11bae2788d2b555..e747ac42fe3a9b117ca8e99235fccad7d925a40d 100644 (file)
@@ -148,4 +148,10 @@ 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;
+
 #endif /* _INTEL_DVO_H */
This page took 0.030356 seconds and 5 git commands to generate.