summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h
index 9d53af991aa..612f4c97022 100644
--- a/src/gallium/drivers/ilo/ilo_screen.h
+++ b/src/gallium/drivers/ilo/ilo_screen.h
@@ -48,13 +48,7 @@ ilo_screen(struct pipe_screen *screen)
return (struct ilo_screen *) screen;
}
-static inline struct ilo_fence *
-ilo_fence(struct pipe_fence_handle *fence)
-{
- return (struct ilo_fence *) fence;
-}
-
-struct ilo_fence *
-ilo_fence_create(struct pipe_screen *screen, struct intel_bo *bo);
+struct pipe_fence_handle *
+ilo_screen_fence_create(struct pipe_screen *screen, struct intel_bo *bo);
#endif /* ILO_SCREEN_H */