Module Name: src Committed By: riastradh Date: Sun Dec 19 00:27:25 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drmP.h Log Message: No more <drm/drm.h>. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/external/bsd/drm2/dist/include/drm/drmP.h 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/include/drm/drmP.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.43 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.44 --- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.43 Sat Dec 18 23:54:51 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Sun Dec 19 00:27:25 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drmP.h,v 1.43 2021/12/18 23:54:51 riastradh Exp $ */ +/* $NetBSD: drmP.h,v 1.44 2021/12/19 00:27:25 riastradh Exp $ */ /* * Internal Header for the Direct Rendering Manager @@ -85,7 +85,6 @@ #include <drm/drm_os_linux.h> #endif -#include <drm/drm.h> #include <drm/drm_agpsupport.h> #include <drm/drm_crtc.h> #include <drm/drm_global.h>