From a8d03f45ce0efdb97a585d402a1dc9fe8436c2ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jan 2016 20:09:43 +0000 Subject: kernel: fix module load issue in the dma-buf debloat patch Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48409 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-4.4/904-debloat_dma_buf.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/904-debloat_dma_buf.patch') diff --git a/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch b/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch index e7b7f72442..3766ceacb7 100644 --- a/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch +++ b/target/linux/generic/patches-4.4/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 + #include + #include ++#include + + 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 @@ -2072,6 +2072,7 @@ int wake_up_state(struct task_struct *p, -- cgit v1.2.3