radeon_driver_vblank_do_wait() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- --- linux-2.6.23-rc1-mm1/drivers/char/drm/radeon_irq.c.old 2007-07-26 08:49:12.000000000 +0200 +++ linux-2.6.23-rc1-mm1/drivers/char/drm/radeon_irq.c 2007-07-26 08:49:46.000000000 +0200 @@ -144,8 +144,8 @@ return ret; } -int radeon_driver_vblank_do_wait(struct drm_device * dev, unsigned int *sequence, - int crtc) +static int radeon_driver_vblank_do_wait(struct drm_device * dev, + unsigned int *sequence, int crtc) { drm_radeon_private_t *dev_priv = (drm_radeon_private_t *) dev->dev_private; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/