artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfb71b
)
drm: using mul_u32_u32() requires linux/math64.h
author
jsg
<jsg@openbsd.org>
Tue, 6 Feb 2024 04:04:12 +0000
(
04:04
+0000)
committer
jsg
<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
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/drm/drm_color_mgmt.h
b/sys/dev/pci/drm/include/drm/drm_color_mgmt.h
index
81c2984
..
6b5eec1
100644
(file)
--- a/
sys/dev/pci/drm/include/drm/drm_color_mgmt.h
+++ b/
sys/dev/pci/drm/include/drm/drm_color_mgmt.h
@@
-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;