aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch')
-rw-r--r--common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch b/common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch
deleted file mode 100644
index fd297419..00000000
--- a/common/recipes-kernel/linux/files/0933-drm-amdgpu-remove-unnecessary-forward-declaration.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 0fe8abd8594265281a7cf6f7002b749bbe2cf3c9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= <nicolai.haehnle@amd.com>
-Date: Fri, 5 Feb 2016 10:49:50 -0500
-Subject: [PATCH 0933/1565] drm/amdgpu: remove unnecessary forward declaration
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Cc: stable@vger.kernel.org
----
- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-index 6808fac..43e7ed1 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-@@ -567,8 +567,6 @@ struct amdgpu_sa_manager {
- uint32_t align;
- };
-
--struct amdgpu_sa_bo;
--
- /* sub-allocation buffer */
- struct amdgpu_sa_bo {
- struct list_head olist;
---
-1.9.1
-