Merge drm/drm-next into drm-misc-next
[linux-2.6-microblaze.git] / drivers / gpu / drm / ttm / tests / ttm_pool_test.c
index cceaa18..0a3fede 100644 (file)
@@ -78,10 +78,9 @@ static struct ttm_pool *ttm_pool_pre_populated(struct kunit *test,
        struct ttm_test_devices *devs = priv->devs;
        struct ttm_pool *pool;
        struct ttm_tt *tt;
-       unsigned long order = __fls(size / PAGE_SIZE);
        int err;
 
-       tt = ttm_tt_kunit_init(test, order, caching, size);
+       tt = ttm_tt_kunit_init(test, 0, caching, size);
        KUNIT_ASSERT_NOT_NULL(test, tt);
 
        pool = kunit_kzalloc(test, sizeof(*pool), GFP_KERNEL);