aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.3/904-debloat_dma_buf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-4.3/904-debloat_dma_buf.patch')
-rw-r--r--target/linux/generic/patches-4.3/904-debloat_dma_buf.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.3/904-debloat_dma_buf.patch b/target/linux/generic/patches-4.3/904-debloat_dma_buf.patch
index a47c7a8ad2..66688b0d94 100644
--- a/target/linux/generic/patches-4.3/904-debloat_dma_buf.patch
+++ b/target/linux/generic/patches-4.3/904-debloat_dma_buf.patch
@@ -17,12 +17,21 @@
+dma-shared-buffer-objs := dma-buf.o fence.o reservation.o seqno-fence.o
--- a/drivers/dma-buf/dma-buf.c
+++ b/drivers/dma-buf/dma-buf.c
-@@ -914,4 +914,4 @@ static void __exit dma_buf_deinit(void)
+@@ -33,6 +33,7 @@
+ #include <linux/seq_file.h>
+ #include <linux/poll.h>
+ #include <linux/reservation.h>
++#include <linux/module.h>
+
+ static inline int is_dma_buf_file(struct file *);
+
+@@ -914,4 +915,5 @@ static void __exit dma_buf_deinit(void)
{
dma_buf_uninit_debugfs();
}
-__exitcall(dma_buf_deinit);
+module_exit(dma_buf_deinit);
++MODULE_LICENSE("GPL");
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -2040,6 +2040,7 @@ int wake_up_state(struct task_struct *p,