Module Name: src Committed By: riastradh Date: Sun Dec 19 01:04:33 UTC 2021
Modified Files: src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: drm_pci_agp_destroy is now in drm_internal.h. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/external/bsd/drm2/pci/drm_pci.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/pci/drm_pci.c diff -u src/sys/external/bsd/drm2/pci/drm_pci.c:1.34 src/sys/external/bsd/drm2/pci/drm_pci.c:1.35 --- src/sys/external/bsd/drm2/pci/drm_pci.c:1.34 Sun Dec 19 01:04:26 2021 +++ src/sys/external/bsd/drm2/pci/drm_pci.c Sun Dec 19 01:04:33 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_pci.c,v 1.34 2021/12/19 01:04:26 riastradh Exp $ */ +/* $NetBSD: drm_pci.c,v 1.35 2021/12/19 01:04:33 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.34 2021/12/19 01:04:26 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.35 2021/12/19 01:04:33 riastradh Exp $"); #include <sys/types.h> #include <sys/errno.h> @@ -41,6 +41,8 @@ __KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v #include <drm/drmP.h> #include <drm/drm_legacy.h> +#include "../dist/drm/drm_internal.h" + struct drm_bus_irq_cookie { pci_intr_handle_t *intr_handles; void *ih_cookie;