diff options
author | Ilija Hadzic <ihadzic@research.bell-labs.com> | 2012-07-24 01:30:36 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-24 01:30:36 -0400 |
commit | b97ce28e9f6d65a800e5c2ee3a2a99c7795bef65 (patch) | |
tree | 3db885773e7e1aa79b08a08e787f420f5cb2473b /include/drm | |
parent | e6b0b6a82f9c93fe3dd060ae54719456474a74a3 (diff) |
drm/ttm: remove stale declaration and field
Patch 649bf3ca77343e3be1e0af8e21356fa569b1abd9 has completely
removed ttm_backend structure. Remove lingering declaration
and related (now stale) field in ttm_tt structure,
CC: Jerome Glisse <jglisse at redhat.com>
Signed-off-by: Ilija Hadzic <ihadzic at research.bell-labs.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index a05f1b55714d..084e8989a6e1 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h | |||
@@ -39,8 +39,6 @@ | |||
39 | #include "linux/fs.h" | 39 | #include "linux/fs.h" |
40 | #include "linux/spinlock.h" | 40 | #include "linux/spinlock.h" |
41 | 41 | ||
42 | struct ttm_backend; | ||
43 | |||
44 | struct ttm_backend_func { | 42 | struct ttm_backend_func { |
45 | /** | 43 | /** |
46 | * struct ttm_backend_func member bind | 44 | * struct ttm_backend_func member bind |
@@ -119,7 +117,6 @@ struct ttm_tt { | |||
119 | unsigned long num_pages; | 117 | unsigned long num_pages; |
120 | struct sg_table *sg; /* for SG objects via dma-buf */ | 118 | struct sg_table *sg; /* for SG objects via dma-buf */ |
121 | struct ttm_bo_global *glob; | 119 | struct ttm_bo_global *glob; |
122 | struct ttm_backend *be; | ||
123 | struct file *swap_storage; | 120 | struct file *swap_storage; |
124 | enum ttm_caching_state caching_state; | 121 | enum ttm_caching_state caching_state; |
125 | enum { | 122 | enum { |