Skip to content

Commit 9d66a3e

Browse files
committed
drm/ttm: drop unusued function declaration
This was removed in f5a9a93 ("drm/ttm: remove TTM_MEMTYPE_FLAG_CMA") but the the declaration was left dangling. Reviewed-by: Christian König <[email protected]> Signed-off-by: Dave Airlie <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 08bb88c commit 9d66a3e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/drm/ttm/ttm_bo_driver.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -525,17 +525,6 @@ ttm_flag_masked(uint32_t *old, uint32_t new, uint32_t mask)
525525
* ttm_bo.c
526526
*/
527527

528-
/**
529-
* ttm_mem_reg_is_pci
530-
*
531-
* @bdev: Pointer to a struct ttm_bo_device.
532-
* @mem: A valid struct ttm_mem_reg.
533-
*
534-
* Returns true if the memory described by @mem is PCI memory,
535-
* false otherwise.
536-
*/
537-
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem);
538-
539528
/**
540529
* ttm_bo_mem_space
541530
*

0 commit comments

Comments
 (0)