Module Name: src Committed By: riastradh Date: Sun Dec 19 00:55:26 UTC 2021
Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c Log Message: Need drm_crtc_internal.h for drm_connector_ida_init/fini. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/external/bsd/drm2/drm/drm_module.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_module.c diff -u src/sys/external/bsd/drm2/drm/drm_module.c:1.18 src/sys/external/bsd/drm2/drm/drm_module.c:1.19 --- src/sys/external/bsd/drm2/drm/drm_module.c:1.18 Sun Dec 19 00:28:20 2021 +++ src/sys/external/bsd/drm2/drm/drm_module.c Sun Dec 19 00:55:26 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_module.c,v 1.18 2021/12/19 00:28:20 riastradh Exp $ */ +/* $NetBSD: drm_module.c,v 1.19 2021/12/19 00:55:26 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: drm_module.c,v 1.18 2021/12/19 00:28:20 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: drm_module.c,v 1.19 2021/12/19 00:55:26 riastradh Exp $"); #include <sys/types.h> #include <sys/condvar.h> @@ -49,6 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: drm_module.c #include <drm/drm_sysctl.h> #include <drm/drm_panel.h> +#include "../dist/drm/drm_crtc_internal.h" #include "../dist/drm/drm_internal.h" /*