sna/gen2: Remove double 'const'

So constant, we const'ed it twice.

Reported-by: Zdenek Kabelac <zkabelac@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-06-04 12:09:52 +01:00
parent 99129c369c
commit 15a00ba047
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ static void gen2_vertex_flush(struct sna *sna,
}
inline static int gen2_get_rectangles(struct sna *sna,
const const struct sna_composite_op *op,
const struct sna_composite_op *op,
int want)
{
struct gen2_render_state *state = &sna->render_state.gen2;