diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/i915_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c index b033737f..7256cb3c 100644 --- a/linux-core/i915_drv.c +++ b/linux-core/i915_drv.c @@ -15,7 +15,7 @@ #include "drm_pciids.h" -int postinit(struct drm_device *dev, unsigned long flags) +static int postinit(struct drm_device *dev, unsigned long flags) { dev->counters += 4; dev->types[6] = _DRM_STAT_IRQ; |