summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-02-01 10:43:42 +0000
committerDave Airlie <airlied@linux.ie>2005-02-01 10:43:42 +0000
commit1dd948f280b52645b320ea0745ec48b8d98c9d9b (patch)
tree000eb7431896753503a4c62bdbbdaef18dca79b8 /linux-core/i915_drv.c
parent62e0a58ecf03fe85de6e671fe2fc7f613ba39b37 (diff)
make functions static in i915, remove unused functions
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c2
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;