Commit b97ce28e authored by Ilija Hadzic's avatar Ilija Hadzic Committed by Dave Airlie

drm/ttm: remove stale declaration and field

Patch 649bf3ca 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: default avatarDave Airlie <airlied@redhat.com>
parent e6b0b6a8
...@@ -39,8 +39,6 @@ ...@@ -39,8 +39,6 @@
#include "linux/fs.h" #include "linux/fs.h"
#include "linux/spinlock.h" #include "linux/spinlock.h"
struct ttm_backend;
struct ttm_backend_func { struct ttm_backend_func {
/** /**
* struct ttm_backend_func member bind * struct ttm_backend_func member bind
...@@ -119,7 +117,6 @@ struct ttm_tt { ...@@ -119,7 +117,6 @@ struct ttm_tt {
unsigned long num_pages; unsigned long num_pages;
struct sg_table *sg; /* for SG objects via dma-buf */ struct sg_table *sg; /* for SG objects via dma-buf */
struct ttm_bo_global *glob; struct ttm_bo_global *glob;
struct ttm_backend *be;
struct file *swap_storage; struct file *swap_storage;
enum ttm_caching_state caching_state; enum ttm_caching_state caching_state;
enum { enum {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment