aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/dvo.h
diff options
context:
space:
mode:
authorHannes Eder <hannes@hanneseder.net>2008-12-18 21:22:24 +0100
committerDave Airlie <airlied@linux.ie>2008-12-29 17:47:26 +1000
commit606df4e024bc8e921dd516cdb7160250658d9b7a (patch)
tree88fc9ac1250759bb16ac3b25131cb80b0f44d130 /drivers/gpu/drm/i915/dvo.h
parentdrm/i915: fix sparse warnings: make symbols static (diff)
downloadlinux-dev-606df4e024bc8e921dd516cdb7160250658d9b7a.tar.xz
linux-dev-606df4e024bc8e921dd516cdb7160250658d9b7a.zip
drm/i915: fix sparse warnings: move 'extern' decls to header file
Move 'extern'-decls from "intel_dvo.c" to "dvo.h", as "dvo.h" is included by and only by files where the symbols are either defined or used. Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/gpu/drm/i915/dvo.h')
-rw-r--r--drivers/gpu/drm/i915/dvo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/dvo.h b/drivers/gpu/drm/i915/dvo.h
index e80866c5e1ae..e747ac42fe3a 100644
--- a/drivers/gpu/drm/i915/dvo.h
+++ b/drivers/gpu/drm/i915/dvo.h
@@ -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 */