From d6156be9443e8f97317111c099a401e4a7566e54 Mon Sep 17 00:00:00 2001 From: mvs Date: Wed, 13 Sep 2023 14:24:37 +0000 Subject: [PATCH] Replace sys/selinfo.h header with sys/event.h. drm_device.h has no selinfo stuff, but the `note' member of 'drm_device' structure with type of klist. ok jsg --- sys/dev/pci/drm/include/drm/drm_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/include/drm/drm_device.h b/sys/dev/pci/drm/include/drm/drm_device.h index 10f78ed950f..55e84dd97ba 100644 --- a/sys/dev/pci/drm/include/drm/drm_device.h +++ b/sys/dev/pci/drm/include/drm/drm_device.h @@ -2,7 +2,7 @@ #define _DRM_DEVICE_H_ #include -#include +#include #include #include -- 2.20.1