summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-24 13:30:37 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-21 15:14:54 +0100
commit3546f6693d6e7cc903573e709ae177bc0d99acbd (patch)
tree395863bd2577275502cd250e9d5087ec358da0ab /recipes-kernel/linux/linux-toradex-mainline-4.14/0009-drm-tegra-gem-Reshuffle-declarations.patch
parent17ac8e6eec41dc8e391fbb76ad050fea79dd2686 (diff)
linux-toradex-mainline-4.14: drop recipe
With 'c6427ee apalis-tk1-mainline: use 5.4 kernel' linux-toradex-mainline-4.14 is no longer used. For a mainlinish kernel linux-toradex-mainline in meta-toradex-bsp is now used. This currently builds a 5.4.y based kernel. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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
-