aboutsummaryrefslogtreecommitdiffstats
path: root/main/dahdi-linux-vanilla/constify.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-19 14:20:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-19 14:20:41 +0000
commiteba4f554cc53325bb37f0cca97a5dfd024582271 (patch)
treeb258b07bc27d8543641d19753ac7237a6fc2bd61 /main/dahdi-linux-vanilla/constify.patch
parent93a228295b795ffdeea3e7c65525c0c191751a48 (diff)
downloadaports-eba4f554cc53325bb37f0cca97a5dfd024582271.tar.bz2
aports-eba4f554cc53325bb37f0cca97a5dfd024582271.tar.xz
*/*-vanilla: remove linux-vanilla. replaced by linux-lts
Users should use linux-lts. We remove linux-vanilla to reduce reduce the maintenance burden.
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 6741522f23..0000000000
--- 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;