From 1dd948f280b52645b320ea0745ec48b8d98c9d9b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 1 Feb 2005 10:43:42 +0000 Subject: make functions static in i915, remove unused functions --- linux-core/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core') 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; -- cgit v1.2.3