diff options
author | Jerome Glisse <jglisse@redhat.com> | 2011-11-01 17:48:33 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-06 05:38:48 -0500 |
commit | a14af87b0b6f5c1d44c1adaa07f1bd347f81dc04 (patch) | |
tree | df2d4ebbde1597e510bd10d94fe3a9a1217bb2b5 /include/drm/ttm | |
parent | 667b7a27c221acaea844ba41f1c0a713aba44d31 (diff) |
drm/ttm: remove unused backend flags field
This field is not use by any of the driver just drop it.
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 2 |
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 | ||
115 | struct ttm_backend { | 114 | struct 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 | ||