drm: using mul_u32_u32() requires linux/math64.h
authorjsg <jsg@openbsd.org>
Tue, 6 Feb 2024 04:04:12 +0000 (04:04 +0000)
committerjsg <jsg@openbsd.org>
Tue, 6 Feb 2024 04:04:12 +0000 (04:04 +0000)
From Stephen Rothwell
8de8f000ffe1c930d0cdf73cfce91b0d1746c3bc in linux-6.6.y/6.6.16
933a2a376fb3f22ba4774f74233571504ac56b02 in mainline linux

sys/dev/pci/drm/include/drm/drm_color_mgmt.h

index 81c2984..6b5eec1 100644 (file)
@@ -24,6 +24,7 @@
 #define __DRM_COLOR_MGMT_H__
 
 #include <linux/ctype.h>
+#include <linux/math64.h>
 #include <drm/drm_property.h>
 
 struct drm_crtc;