]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/ttm: remove stale declaration and field
authorIlija Hadzic <ihadzic@research.bell-labs.com>
Tue, 24 Jul 2012 05:30:36 +0000 (15:30 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 24 Jul 2012 05:30:36 +0000 (15:30 +1000)
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>
include/drm/ttm/ttm_bo_driver.h

index a05f1b55714da0afa7174764f3089b7ac6894ad1..084e8989a6e1120058cfbf4939ecc48b204b107d 100644 (file)
@@ -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 {