Commit 6842d381 authored by Jani Nikula's avatar Jani Nikula
parent 9543cc39
......@@ -8,6 +8,12 @@
struct drm_i915_private;
#ifdef I915
void intel_dvo_init(struct drm_i915_private *dev_priv);
#else
static inline void intel_dvo_init(struct drm_i915_private *dev_priv)
{
}
#endif
#endif /* __INTEL_DVO_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment