summaryrefslogtreecommitdiff
path: root/patches/backport-adjustments
diff options
context:
space:
mode:
Diffstat (limited to 'patches/backport-adjustments')
-rw-r--r--patches/backport-adjustments/dma-buf.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/backport-adjustments/dma-buf.patch b/patches/backport-adjustments/dma-buf.patch
index 97abcbcd..fec0cc31 100644
--- a/patches/backport-adjustments/dma-buf.patch
+++ b/patches/backport-adjustments/dma-buf.patch
@@ -1,6 +1,6 @@
--- a/compat/drivers-base-dma-buf.c
+++ b/compat/drivers-base-dma-buf.c
-@@ -27,6 +27,10 @@
+@@ -28,6 +28,10 @@
#include <linux/dma-buf.h>
#include <linux/anon_inodes.h>
#include <linux/export.h>
@@ -11,7 +11,7 @@
#include <linux/debugfs.h>
#include <linux/seq_file.h>
-@@ -147,6 +151,27 @@ struct dma_buf *dma_buf_export_named(voi
+@@ -148,6 +152,27 @@ struct dma_buf *dma_buf_export_named(voi
}
EXPORT_SYMBOL_GPL(dma_buf_export_named);
@@ -39,7 +39,7 @@
/**
* dma_buf_fd - returns a file descriptor for the given dma_buf
-@@ -162,9 +187,10 @@ int dma_buf_fd(struct dma_buf *dmabuf, i
+@@ -163,9 +188,10 @@ int dma_buf_fd(struct dma_buf *dmabuf, i
if (!dmabuf || !dmabuf->file)
return -EINVAL;
@@ -51,7 +51,7 @@
fd_install(fd, dmabuf->file);
-@@ -692,17 +718,15 @@ static inline void dma_buf_uninit_debugf
+@@ -693,17 +719,15 @@ static inline void dma_buf_uninit_debugf
}
#endif