X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fdrm%2Fttm%2Fttm_bo_api.h;h=49b43c23636af87011d5010d19be01f02594e8c7;hb=d961db75ce86a84f1f04e91ad1014653ed7d9f46;hp=267a86c74e2e5cc089dfb5c72a1f1da3dbdae721;hpb=26f0cf91813bdc8e61595f8ad6660251e2ee9cf6;p=pandora-kernel.git diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index 267a86c74e2e..49b43c23636a 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -102,7 +102,8 @@ struct ttm_bus_placement { */ struct ttm_mem_reg { - struct drm_mm_node *mm_node; + void *mm_node; + unsigned long start; unsigned long size; unsigned long num_pages; uint32_t page_alignment;