r300g: fix runtime warning after winsys cleanup

Broken by:
  b2238b3452
  winsys/radeon: remove cs_write_reloc, add simpler cs_get_reloc
This commit is contained in:
Marek Olšák
2014-04-20 03:39:23 +02:00
parent 7920adb45c
commit ba4f6a5fc9
-1
View File
@@ -111,7 +111,6 @@
assert((r)->cs_buf); \
OUT_CS(0xc0001000); /* PKT3_NOP */ \
OUT_CS(cs_winsys->cs_get_reloc(cs_copy, (r)->cs_buf) * 4); \
CS_USED_DW(2); \
} while (0)