artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa9f35
)
add MINORBITS for 6.6.53 drm
author
jsg
<jsg@openbsd.org>
Tue, 1 Oct 2024 06:18:20 +0000
(06:18 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 1 Oct 2024 06:18:20 +0000
(06:18 +0000)
sys/dev/pci/drm/include/linux/fs.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/linux/fs.h
b/sys/dev/pci/drm/include/linux/fs.h
index
b2a54b8
..
528dd87
100644
(file)
--- a/
sys/dev/pci/drm/include/linux/fs.h
+++ b/
sys/dev/pci/drm/include/linux/fs.h
@@
-23,5
+23,6
@@
struct file_operations {
};
#define DEFINE_SIMPLE_ATTRIBUTE(a, b, c, d)
+#define MINORBITS 8
#endif