diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-10 06:43:59 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-12 09:28:14 -0400 |
commit | 00285be8ff2c07379d4809ed2750f8244f0c23fa (patch) | |
tree | f4dd98bf35edb3702c91f387e90c071c82064ce1 /include/drm | |
parent | 8f1a2c8dc0dc5c2842e08f304ebdd34b5ddb982c (diff) |
drm: Move drm_class to drm_internal.h
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 0308214a6f83..b603cb42e347 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1052,8 +1052,6 @@ extern void drm_put_dev(struct drm_device *dev); | |||
1052 | extern void drm_unplug_dev(struct drm_device *dev); | 1052 | extern void drm_unplug_dev(struct drm_device *dev); |
1053 | extern unsigned int drm_debug; | 1053 | extern unsigned int drm_debug; |
1054 | 1054 | ||
1055 | extern struct class *drm_class; | ||
1056 | |||
1057 | /* Debugfs support */ | 1055 | /* Debugfs support */ |
1058 | #if defined(CONFIG_DEBUG_FS) | 1056 | #if defined(CONFIG_DEBUG_FS) |
1059 | extern int drm_debugfs_init(struct drm_minor *minor, int minor_id, | 1057 | extern int drm_debugfs_init(struct drm_minor *minor, int minor_id, |