aboutsummaryrefslogtreecommitdiffstats
path: root/main/dahdi-linux-vanilla/constify.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/dahdi-linux-vanilla/constify.patch')
-rw-r--r--main/dahdi-linux-vanilla/constify.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/dahdi-linux-vanilla/constify.patch b/main/dahdi-linux-vanilla/constify.patch
deleted file mode 100644
index 6741522f234..00000000000
--- a/main/dahdi-linux-vanilla/constify.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./drivers/dahdi/voicebus/voicebus.h.orig
-+++ ./drivers/dahdi/voicebus/voicebus.h
-@@ -89,7 +89,7 @@
- void (*handle_receive)(struct voicebus *vb, struct list_head *buffers);
- void (*handle_transmit)(struct voicebus *vb, struct list_head *buffers);
- void (*handle_error)(struct voicebus *vb);
--};
-+} __no_const;
-
- /**
- * struct voicebus_descriptor_list - A single descriptor list.
---- ./drivers/dahdi/wctc4xxp/base.c.orig
-+++ ./drivers/dahdi/wctc4xxp/base.c
-@@ -3193,7 +3193,7 @@
- return ret;
- }
-
--static void wctc4xxp_setup_file_operations(struct file_operations *fops)
-+static void wctc4xxp_setup_file_operations(file_operations_no_const *fops)
- {
- fops->owner = THIS_MODULE;
- fops->read = wctc4xxp_read;