diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-02-03 01:06:10 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-02-03 01:06:10 +0000 |
commit | 7f7bbdcbed4f752bb2063fd1c650121e368797fc (patch) | |
tree | ab27e47639825f87a0af109c4260a995f9f891cd /shared-core | |
parent | ed31275144b9d322f7339700a5f5cf1167ee8322 (diff) |
Declare r128_do_cleanup_pageflip static since it's only used here and its
prototype went away.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/r128_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/r128_state.c b/shared-core/r128_state.c index cd5363df..44466af0 100644 --- a/shared-core/r128_state.c +++ b/shared-core/r128_state.c @@ -1287,7 +1287,7 @@ static int r128_do_init_pageflip(drm_device_t * dev) return 0; } -int r128_do_cleanup_pageflip(drm_device_t * dev) +static int r128_do_cleanup_pageflip(drm_device_t * dev) { drm_r128_private_t *dev_priv = dev->dev_private; DRM_DEBUG("\n"); |