ecore_drm2: Remove extra #ifdef

It's the same as the previous one, so combine them.
This commit is contained in:
Derek Foreman 2017-04-27 10:53:26 -05:00
parent 63bc30dd5b
commit eb305727d0
1 changed files with 0 additions and 2 deletions

View File

@ -357,9 +357,7 @@ _fb_atomic_flip(Ecore_Drm2_Output *output)
uint32_t flags =
DRM_MODE_ATOMIC_NONBLOCK | DRM_MODE_PAGE_FLIP_EVENT |
DRM_MODE_ATOMIC_ALLOW_MODESET;
#endif
#ifdef HAVE_ATOMIC_DRM
if (!output->atomic_req) return -1;
res =