Module Name: src
Committed By: riastradh
Date: Mon Aug 27 07:31:29 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_abi16.c
Log Message:
Fix bad merge.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c
diff -u src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c:1.3 src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c:1.4
--- src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c:1.3 Mon Aug 27 04:58:24 2018
+++ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_abi16.c Mon Aug 27 07:31:29 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: nouveau_abi16.c,v 1.3 2018/08/27 04:58:24 riastradh Exp $ */
+/* $NetBSD: nouveau_abi16.c,v 1.4 2018/08/27 07:31:29 riastradh Exp $ */
/*
* Copyright 2012 Red Hat Inc.
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveau_abi16.c,v 1.3 2018/08/27 04:58:24 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_abi16.c,v 1.4 2018/08/27 07:31:29 riastradh Exp $");
#include <nvif/client.h>
#include <nvif/driver.h>
@@ -509,8 +509,8 @@ nouveau_abi16_ioctl_notifierobj_alloc(AB
struct nouveau_abi16_ntfy *ntfy;
struct nvif_device *device = &abi16->device;
struct nvif_client *client;
- static const struct nv_dma_class zero_args;
- struct nv_dma_class args = zero_args;
+ static const struct nv_dma_v0 zero_args;
+ struct nv_dma_v0 args = zero_args;
int ret;
if (unlikely(!abi16))