about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/fanout/remove_auto_mknod.patch')
-rw-r--r--pkgs/os-specific/linux/fanout/remove_auto_mknod.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch b/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
deleted file mode 100644
index 1f62e2b4633b..000000000000
--- a/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/fanout.c b/fanout.c
-index f5d2a55..87125f4 100644
---- a/fanout.c
-+++ b/fanout.c
-@@ -13,7 +13,7 @@
- /* Comment out to forgo the creation of /dev entries
-  * The companion udev rules 'fanout.rules' sets the special file mode
-  */
--#define DEV_MKNOD
-+// #define DEV_MKNOD
- 
- #include <linux/kernel.h>
- #include <linux/module.h>