]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_gem.c
drm/omap: remove warn from debugfs
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nouveau_gem.c
index 27c3fd89e8ceb657595d188a8a3ff16cadde0edc..c90c0dc0afe8aba5c8730491b046232b8a1a574a 100644 (file)
@@ -228,8 +228,6 @@ nouveau_gem_ioctl_new(struct drm_device *dev, void *data,
        struct nouveau_bo *nvbo = NULL;
        int ret = 0;
 
-       drm->ttm.bdev.dev_mapping = drm->dev->dev_mapping;
-
        if (!pfb->memtype_valid(pfb, req->info.tile_flags)) {
                NV_ERROR(cli, "bad page flags: 0x%08x\n", req->info.tile_flags);
                return -EINVAL;