drm/ttm: remove stale declaration and field
Patch 649bf3ca77
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>
This commit is contained in:
committed by
Dave Airlie
parent
e6b0b6a82f
commit
b97ce28e9f
@@ -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 {
|
|||||||
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 {
|
||||||
|
Reference in New Issue
Block a user