ecore-drm2: Remove #ifdef for HAVE_ATOMIC in plane_assign function
authorChris Michael <cp.michael@samsung.com>
Tue, 25 Apr 2017 14:29:00 +0000 (10:29 -0400)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 5 May 2017 17:53:20 +0000 (12:53 -0500)
commite5de325e9019fd35d0beed1568136c73dbaf2960
tree4fb394f55941acc4b1851a9e2d27e6770837bb20
parentb9f46417624e40cf02ab3cb0b1041984854db2c6
ecore-drm2: Remove #ifdef for HAVE_ATOMIC in plane_assign function

As there is nothing inside this function which requires any Atomic API
calls, this #ifdef can be removed and the function can then still be
used to assign Primary planes for non-atomic use cases.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm2/ecore_drm2_plane.c