aboutsummaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/ttm/ttm_module.h')
-rw-r--r--include/drm/ttm/ttm_module.h24
1 files changed, 3 insertions, 21 deletions
diff --git a/include/drm/ttm/ttm_module.h b/include/drm/ttm/ttm_module.h
index 889a4c7958a..45fa318c158 100644
--- a/include/drm/ttm/ttm_module.h
+++ b/include/drm/ttm/ttm_module.h
@@ -32,27 +32,9 @@
#define _TTM_MODULE_H_
#include <linux/kernel.h>
+struct kobject;
-#define TTM_PFX "[TTM]"
-
-enum ttm_global_types {
- TTM_GLOBAL_TTM_MEM = 0,
- TTM_GLOBAL_TTM_BO,
- TTM_GLOBAL_TTM_OBJECT,
- TTM_GLOBAL_NUM
-};
-
-struct ttm_global_reference {
- enum ttm_global_types global_type;
- size_t size;
- void *object;
- int (*init) (struct ttm_global_reference *);
- void (*release) (struct ttm_global_reference *);
-};
-
-extern void ttm_global_init(void);
-extern void ttm_global_release(void);
-extern int ttm_global_item_ref(struct ttm_global_reference *ref);
-extern void ttm_global_item_unref(struct ttm_global_reference *ref);
+#define TTM_PFX "[TTM] "
+extern struct kobject *ttm_get_kobj(void);
#endif /* _TTM_MODULE_H_ */