add MINORBITS for 6.6.53 drm
authorjsg <jsg@openbsd.org>
Tue, 1 Oct 2024 06:18:20 +0000 (06:18 +0000)
committerjsg <jsg@openbsd.org>
Tue, 1 Oct 2024 06:18:20 +0000 (06:18 +0000)
sys/dev/pci/drm/include/linux/fs.h

index b2a54b8..528dd87 100644 (file)
@@ -23,5 +23,6 @@ struct file_operations {
 };
 
 #define DEFINE_SIMPLE_ATTRIBUTE(a, b, c, d)
+#define MINORBITS      8
 
 #endif