diff options
author | Dave Airlie <airlied@linux.ie> | 2005-02-01 10:43:42 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-02-01 10:43:42 +0000 |
commit | 1dd948f280b52645b320ea0745ec48b8d98c9d9b (patch) | |
tree | 000eb7431896753503a4c62bdbbdaef18dca79b8 /linux-core | |
parent | 62e0a58ecf03fe85de6e671fe2fc7f613ba39b37 (diff) |
make functions static in i915, remove unused functions
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; |