summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch
deleted file mode 100644
index a06dffd..0000000
--- a/recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From a8aeca9abdda04e5690c2208bc8fe6532a8fb798 Mon Sep 17 00:00:00 2001
-Message-Id: <a8aeca9abdda04e5690c2208bc8fe6532a8fb798.1531317141.git.marcel.ziswiler@toradex.com>
-In-Reply-To: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com>
-References: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com>
-From: Thierry Reding <treding@nvidia.com>
-Date: Wed, 7 Feb 2018 18:45:54 +0100
-Subject: [PATCH 09/33] drm/tegra: gem: Reshuffle declarations
-
-Move declarations in the gem.h header file into the same order as the
-corresponding definitions in gem.c.
-
-Signed-off-by: Thierry Reding <treding@nvidia.com>
----
- drivers/gpu/drm/tegra/gem.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/tegra/gem.h b/drivers/gpu/drm/tegra/gem.h
-index 8eb9fd24ef0e..1fcf94dce45c 100644
---- a/drivers/gpu/drm/tegra/gem.h
-+++ b/drivers/gpu/drm/tegra/gem.h
-@@ -68,10 +68,10 @@ void tegra_bo_free_object(struct drm_gem_object *gem);
- int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
- struct drm_mode_create_dumb *args);
-
--int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma);
--
- extern const struct vm_operations_struct tegra_bo_vm_ops;
-
-+int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma);
-+
- struct dma_buf *tegra_gem_prime_export(struct drm_device *drm,
- struct drm_gem_object *gem,
- int flags);
---
-2.14.4
-