kernel: update kernel 4.4 to version 4.4.20
[openwrt/staging/rmilecki.git] / target / linux / generic / patches-4.4 / 904-debloat_dma_buf.patch
index e7b7f724421b34d8397c43d0b6967d70c1454f8f..3e6a9a1d68c0e3967ce0e663c56ba6e6601e7845 100644 (file)
 +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
-@@ -2072,6 +2072,7 @@ int wake_up_state(struct task_struct *p,
+@@ -2075,6 +2075,7 @@ int wake_up_state(struct task_struct *p,
  {
        return try_to_wake_up(p, state, 0);
  }