summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_module.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2020-12-18 21:55:08 +0300
committerChristian König <christian.koenig@amd.com>2021-02-09 19:28:01 +0300
commited89fff973828d3f36f4577d8ea8d5a48794fca5 (patch)
tree672fbe70d898e1c9aefb83746e97f7588b01ba82 /drivers/gpu/drm/ttm/ttm_module.h
parentf07069da6b4c5f937d6df2de6504394845513964 (diff)
downloadlinux-ed89fff973828d3f36f4577d8ea8d5a48794fca5.tar.xz
drm/ttm: drop sysfs directory
Not used any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20210208133226.36955-3-christian.koenig@amd.com
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_module.h')
-rw-r--r--drivers/gpu/drm/ttm/ttm_module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_module.h b/drivers/gpu/drm/ttm/ttm_module.h
index 2f03c2fcf570..d7cac5d4b835 100644
--- a/drivers/gpu/drm/ttm/ttm_module.h
+++ b/drivers/gpu/drm/ttm/ttm_module.h
@@ -33,10 +33,8 @@
#define TTM_PFX "[TTM] "
-struct kobject;
struct dentry;
-extern struct kobject *ttm_get_kobj(void);
extern struct dentry *ttm_debugfs_root;
#endif /* _TTM_MODULE_H_ */