drm/i915: fix sparse warnings: make symbols static

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
Hannes Eder
2008-12-18 21:18:47 +01:00
committed by Dave Airlie
parent 95281e352e
commit b358d0a625
9 changed files with 23 additions and 22 deletions

View File

@@ -35,7 +35,7 @@
#include "drm_pciids.h"
#include <linux/console.h>
unsigned int i915_modeset = -1;
static unsigned int i915_modeset = -1;
module_param_named(modeset, i915_modeset, int, 0400);
unsigned int i915_fbpercrtc = 0;