drm/i915: Silence sparse over non-static local structure.
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Jun 2010 14:40:20 +0000 (15:40 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:45 +0000 (19:03 -0700)
drivers/gpu/drm/i915/i915_drv.c|485 col 25| warning: symbol 'i915_pm_ops' was not declared. Should it be static?

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_drv.c

index 39eaa373722081db645308ea1df4415407577a89..04d9d1f73d1b12d1c1348b04754ead2de777b8ff 100644 (file)
@@ -482,7 +482,7 @@ static int i915_pm_poweroff(struct device *dev)
        return i915_drm_freeze(drm_dev);
 }
 
-const struct dev_pm_ops i915_pm_ops = {
+static const struct dev_pm_ops i915_pm_ops = {
      .suspend = i915_pm_suspend,
      .resume = i915_pm_resume,
      .freeze = i915_pm_freeze,
This page took 0.025704 seconds and 5 git commands to generate.