summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
diff options
context:
space:
mode:
authorThomas Zimmermann2018-10-19 10:54:23 +0200
committerAlex Deucher2018-11-05 20:21:21 +0100
commit2bb42410b1bd324912389c6ac748df1c1befd69f (patch)
tree2b24ac6455923a84d3c6f9b8508ebc37c88c2321 /include/drm/ttm
parentdrm/ttm: initialize globals during device init (v2) (diff)
downloadkernel-qcow2-linux-2bb42410b1bd324912389c6ac748df1c1befd69f.tar.gz
kernel-qcow2-linux-2bb42410b1bd324912389c6ac748df1c1befd69f.tar.xz
kernel-qcow2-linux-2bb42410b1bd324912389c6ac748df1c1befd69f.zip
drm: Remove drm_global.{c,h} v2
The content of drm_global.{c,h} is obsolete. v2: rebase on dropping TTM functionality Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/drm/ttm')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index 6fb589f64633..1021106438b2 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -31,7 +31,6 @@
#define _TTM_BO_DRIVER_H_
#include <drm/drm_mm.h>
-#include <drm/drm_global.h>
#include <drm/drm_vma_manager.h>
#include <linux/workqueue.h>
#include <linux/fs.h>