aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/ttm/ttm_bo_driver.h')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index 9da182b400ec..6d171406e1ee 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -106,7 +106,6 @@ struct ttm_backend_func {
106 * struct ttm_backend 106 * struct ttm_backend
107 * 107 *
108 * @bdev: Pointer to a struct ttm_bo_device. 108 * @bdev: Pointer to a struct ttm_bo_device.
109 * @flags: For driver use.
110 * @func: Pointer to a struct ttm_backend_func that describes 109 * @func: Pointer to a struct ttm_backend_func that describes
111 * the backend methods. 110 * the backend methods.
112 * 111 *
@@ -114,7 +113,6 @@ struct ttm_backend_func {
114 113
115struct ttm_backend { 114struct ttm_backend {
116 struct ttm_bo_device *bdev; 115 struct ttm_bo_device *bdev;
117 uint32_t flags;
118 struct ttm_backend_func *func; 116 struct ttm_backend_func *func;
119}; 117};
120 118