mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 19:30:11 +01:00
Fix compile warning from check_aperture change.
This commit is contained in:
parent
e1b8e79796
commit
9e9d9b1741
1 changed files with 1 additions and 1 deletions
|
|
@ -873,7 +873,7 @@ intel_bufmgr_gem_enable_reuse(dri_bufmgr *bufmgr)
|
|||
*
|
||||
*/
|
||||
static int
|
||||
dri_gem_check_aperture_space(dri_bo *bo_array, int count)
|
||||
dri_gem_check_aperture_space(dri_bo **bo_array, int count)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue