|
@@ -187,7 +187,7 @@ void ttm_mem_io_free_vm(struct ttm_buffer_object *bo)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
|
|
|
+static int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
|
|
|
void **virtual)
|
|
|
{
|
|
|
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
|
|
@@ -219,7 +219,7 @@ int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
|
|
|
+static void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
|
|
|
void *virtual)
|
|
|
{
|
|
|
struct ttm_mem_type_manager *man;
|