drm/i915: fix sparse warnings: move 'extern' decls to header file
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / dvo.h
index e80866c..e747ac4 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 */