mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
nouveau: Remove left over argument in drm api
This commit is contained in:
parent
77bfdb3530
commit
20ef3a793f
1 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,7 @@ nouveau_drm_destroy_winsys(struct pipe_winsys *s)
|
|||
}
|
||||
|
||||
static struct pipe_screen *
|
||||
nouveau_drm_create_screen(struct drm_api *api, int fd,
|
||||
struct drm_create_screen_arg *arg)
|
||||
nouveau_drm_create_screen(struct drm_api *api, int fd)
|
||||
{
|
||||
struct nouveau_winsys *nvws;
|
||||
struct pipe_winsys *ws;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue