Module Name: src Committed By: riastradh Date: Sun Dec 19 09:49:31 UTC 2021
Modified Files: src/sys/external/bsd/drm2/drm: drm_gem_vm.c Log Message: drm/drm_drv.h for struct drm_device Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/drm/drm_gem_vm.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/drm/drm_gem_vm.c diff -u src/sys/external/bsd/drm2/drm/drm_gem_vm.c:1.12 src/sys/external/bsd/drm2/drm/drm_gem_vm.c:1.13 --- src/sys/external/bsd/drm2/drm/drm_gem_vm.c:1.12 Sun Dec 19 09:49:08 2021 +++ src/sys/external/bsd/drm2/drm/drm_gem_vm.c Sun Dec 19 09:49:31 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_gem_vm.c,v 1.12 2021/12/19 09:49:08 riastradh Exp $ */ +/* $NetBSD: drm_gem_vm.c,v 1.13 2021/12/19 09:49:31 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: drm_gem_vm.c,v 1.12 2021/12/19 09:49:08 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: drm_gem_vm.c,v 1.13 2021/12/19 09:49:31 riastradh Exp $"); #include <sys/types.h> #include <sys/file.h> @@ -38,6 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: drm_gem_vm.c #include <uvm/uvm_extern.h> #include <drm/drmP.h> +#include <drm/drm_drv.h> #include <drm/drm_gem.h> #include <drm/drm_legacy.h> #include <drm/drm_vma_manager.h>