Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
@@ -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 {