From ec6e0abf986358b29bf6bb527abcf7583474a64d Mon Sep 17 00:00:00 2001 From: Vitaliy Makkoveev Date: Wed, 13 Sep 2023 14:24:38 +0000 Subject: 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(-) (limited to 'sys/dev') 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 -- cgit v1.2.3