diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_cp.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_cp.c b/src/gallium/drivers/ilo/ilo_cp.c index 82668df5e70..85d40aa7a5f 100644 --- a/src/gallium/drivers/ilo/ilo_cp.c +++ b/src/gallium/drivers/ilo/ilo_cp.c @@ -220,7 +220,7 @@ ilo_cp_exec_bo(struct ilo_cp *cp) * is empty, the callback is not invoked. */ void -ilo_cp_flush(struct ilo_cp *cp) +ilo_cp_flush_internal(struct ilo_cp *cp) { int err; |