From a77787948f3c9ec0f0934f3c55d238d7706b1905 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 12 Dec 2016 17:30:38 -0800 Subject: fb: inline fb_drm_flip_wait --- fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fb.c') diff --git a/fb.c b/fb.c index 97d0a17..39e7feb 100644 --- a/fb.c +++ b/fb.c @@ -87,7 +87,7 @@ typedef struct fb_t { /* Synchronize with the page flip by waiting for its event. */ -static void fb_drm_flip_wait(fb_t *fb) +static inline void fb_drm_flip_wait(fb_t *fb) { drmEventContext drm_ev_ctx = { .version = DRM_EVENT_CONTEXT_VERSION, -- cgit v1.2.1