From f723f743c55156039525a5f49dfe6e0fd141c8df Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 7 Jun 2003 01:44:15 +0000 Subject: fix pitch compile error --- linux-core/i810_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core') diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index 8042b7fc..ab5e5514 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -830,8 +830,8 @@ static void i810_dma_dispatch_vertex(drm_device_t *dev, static void i810_dma_dispatch_flip( drm_device_t *dev ) { drm_i810_private_t *dev_priv = dev->dev_private; - RING_LOCALS; int pitch = dev_priv->pitch; + RING_LOCALS; DRM_DEBUG( "%s: page=%d pfCurrentPage=%d\n", __FUNCTION__, -- cgit v1.2.3