diff options
Diffstat (limited to 'drm_internal.h')
-rw-r--r-- | drm_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drm_internal.h b/drm_internal.h index aaee926..786c4b9 100644 --- a/drm_internal.h +++ b/drm_internal.h @@ -102,7 +102,7 @@ void drm_gem_open(struct drm_device *dev, struct drm_file *file_private); void drm_gem_release(struct drm_device *dev, struct drm_file *file_private); #endif -/* drm_debugfs.c */ +/* drm_debugfs.c drm_debugfs_crc.c */ #if defined(CONFIG_DEBUG_FS) int drm_debugfs_init(struct drm_minor *minor, int minor_id, struct dentry *root); |