drm/i915: static inline for dummy crc functions
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_irq.c
index b2be05791b2f240a5250747eb124d785e49c2305..8c9148c2f82bca26d67563316fcefe08e1fbe3e6 100644 (file)
@@ -1225,7 +1225,7 @@ static void ivb_pipe_crc_update(struct drm_device *dev, enum pipe pipe)
        wake_up_interruptible(&pipe_crc->wq);
 }
 #else
-static void ivb_pipe_crc_update(struct drm_device *dev, int pipe) {}
+static inline void ivb_pipe_crc_update(struct drm_device *dev, int pipe) {}
 #endif
 
 /* The RPS events need forcewake, so we add them to a work queue and mask their
This page took 0.025047 seconds and 5 git commands to generate.