Skip to content

Commit

Permalink
drm/ttm: remove stale declaration and field
Browse files Browse the repository at this point in the history
Patch 649bf3c 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>
  • Loading branch information
Ilija Hadzic authored and Dave Airlie committed Jul 24, 2012
1 parent e6b0b6a commit b97ce28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/drm/ttm/ttm_bo_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
#include "linux/fs.h"
#include "linux/spinlock.h"

struct ttm_backend;

struct ttm_backend_func {
/**
* struct ttm_backend_func member bind
Expand Down Expand Up @@ -119,7 +117,6 @@ struct ttm_tt {
unsigned long num_pages;
struct sg_table *sg; /* for SG objects via dma-buf */
struct ttm_bo_global *glob;
struct ttm_backend *be;
struct file *swap_storage;
enum ttm_caching_state caching_state;
enum {
Expand Down

0 comments on commit b97ce28

Please sign in to comment.