dma-buf: drop the _rcu postfix on function names v3
[linux-2.6-microblaze.git] / drivers / gpu / drm / panfrost / panfrost_drv.c
index 1596559..075ec0e 100644 (file)
@@ -312,8 +312,7 @@ panfrost_ioctl_wait_bo(struct drm_device *dev, void *data,
        if (!gem_obj)
                return -ENOENT;
 
-       ret = dma_resv_wait_timeout_rcu(gem_obj->resv, true,
-                                                 true, timeout);
+       ret = dma_resv_wait_timeout(gem_obj->resv, true, true, timeout);
        if (!ret)
                ret = timeout ? -ETIMEDOUT : -EBUSY;