aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/bochs/bochs_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bochs/bochs_mm.c b/drivers/gpu/drm/bochs/bochs_mm.c
index 704e879711e4..b1d5aee46316 100644
--- a/drivers/gpu/drm/bochs/bochs_mm.c
+++ b/drivers/gpu/drm/bochs/bochs_mm.c
@@ -194,7 +194,7 @@ static struct ttm_tt *bochs_ttm_tt_create(struct ttm_bo_device *bdev,
194 return tt; 194 return tt;
195} 195}
196 196
197struct ttm_bo_driver bochs_bo_driver = { 197static struct ttm_bo_driver bochs_bo_driver = {
198 .ttm_tt_create = bochs_ttm_tt_create, 198 .ttm_tt_create = bochs_ttm_tt_create,
199 .ttm_tt_populate = ttm_pool_populate, 199 .ttm_tt_populate = ttm_pool_populate,
200 .ttm_tt_unpopulate = ttm_pool_unpopulate, 200 .ttm_tt_unpopulate = ttm_pool_unpopulate,