X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fdrm%2Fttm%2Fttm_page_alloc.h;h=116821448c38a5016a0cc162d9663d4bfe306065;hb=c6774bcd33b21d57457d4c604388670efdf03258;hp=8bb4de567b2c4f1243f4fdad73160362d8a8ae40;hpb=e854df613fe934c94a0b39eccb4104e72ccbbded;p=karo-tx-linux.git diff --git a/include/drm/ttm/ttm_page_alloc.h b/include/drm/ttm/ttm_page_alloc.h index 8bb4de567b2c..116821448c38 100644 --- a/include/drm/ttm/ttm_page_alloc.h +++ b/include/drm/ttm/ttm_page_alloc.h @@ -56,10 +56,6 @@ void ttm_put_pages(struct list_head *pages, enum ttm_caching_state cstate); /** * Initialize pool allocator. - * - * Pool allocator is internaly reference counted so it can be initialized - * multiple times but ttm_page_alloc_fini has to be called same number of - * times. */ int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages); /**