diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-19 14:20:41 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-19 14:20:41 +0000 |
| commit | eba4f554cc53325bb37f0cca97a5dfd024582271 (patch) | |
| tree | b258b07bc27d8543641d19753ac7237a6fc2bd61 /main/dahdi-linux-vanilla/constify.patch | |
| parent | 93a228295b795ffdeea3e7c65525c0c191751a48 (diff) | |
| download | aports-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.patch | 22 |
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; |
