From eba4f554cc53325bb37f0cca97a5dfd024582271 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Dec 2019 14:20:41 +0000 Subject: */*-vanilla: remove linux-vanilla. replaced by linux-lts Users should use linux-lts. We remove linux-vanilla to reduce reduce the maintenance burden. --- main/dahdi-linux-vanilla/constify.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 main/dahdi-linux-vanilla/constify.patch (limited to 'main/dahdi-linux-vanilla/constify.patch') 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; -- cgit v1.2.3