summaryrefslogtreecommitdiff
path: root/exynos
diff options
context:
space:
mode:
authorDaniel Kurtz <djkurtz@chromium.org>2014-04-17 11:54:41 +0800
committerRob Clark <robclark@freedesktop.org>2014-05-12 23:09:21 -0400
commitee87b4716d416be94071eea5dd67a22d1e78df31 (patch)
tree056bdfa1f51eb63c3f99d61e2b943d9f43887a55 /exynos
parenta13bdd5c7197c4c008c0f3976742231cf61d8ce9 (diff)
exynos: removed unused fd field
The documentation says fd holds the fd from prime import/export. However, it isn't actually used, nor is it necessary, so let's just remove it. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Acked-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'exynos')
-rw-r--r--exynos/exynos_drmif.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/exynos/exynos_drmif.h b/exynos/exynos_drmif.h
index 92f613ea..c7c1d442 100644
--- a/exynos/exynos_drmif.h
+++ b/exynos/exynos_drmif.h
@@ -41,7 +41,6 @@ struct exynos_device {
* @dev: exynos device object allocated.
* @handle: a gem handle to gem object created.
* @flags: indicate memory allocation and cache attribute types.
- * @fd: file descriptor exported into dmabuf.
* @size: size to the buffer created.
* @vaddr: user space address to a gem buffer mmaped.
* @name: a gem global handle from flink request.
@@ -50,7 +49,6 @@ struct exynos_bo {
struct exynos_device *dev;
uint32_t handle;
uint32_t flags;
- int fd;
size_t size;
void *vaddr;
uint32_t name;