Skip to content

Commit

Permalink
drm/ttm: drop unusued function declaration
Browse files Browse the repository at this point in the history
This was removed in
f5a9a93 ("drm/ttm: remove TTM_MEMTYPE_FLAG_CMA")

but the the declaration was left dangling.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200728045129.21065-1-airlied@gmail.com
  • Loading branch information
Dave Airlie committed Jul 28, 2020
1 parent 08bb88c commit 9d66a3e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/drm/ttm/ttm_bo_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -525,17 +525,6 @@ ttm_flag_masked(uint32_t *old, uint32_t new, uint32_t mask)
* ttm_bo.c
*/

/**
* ttm_mem_reg_is_pci
*
* @bdev: Pointer to a struct ttm_bo_device.
* @mem: A valid struct ttm_mem_reg.
*
* Returns true if the memory described by @mem is PCI memory,
* false otherwise.
*/
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem);

/**
* ttm_bo_mem_space
*
Expand Down

0 comments on commit 9d66a3e

Please sign in to comment.