summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drm_compat.h')
-rw-r--r--linux-core/drm_compat.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index f5d5824f..f2aa10a3 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -1,6 +1,6 @@
/**
- * \file drmP.h
- * Private header for Direct Rendering Manager
+ * \file drm_compat.h
+ * Backward compatability definitions for Direct Rendering Manager
*
* \author Rickard E. (Rik) Faith <faith@valinux.com>
* \author Gareth Hughes <gareth@valinux.com>
@@ -34,10 +34,6 @@
#ifndef _DRM_COMPAT_H_
#define _DRM_COMPAT_H_
-/***********************************************************************/
-/** \name Backward compatibility section */
-/*@{*/
-
#ifndef minor
#define minor(x) MINOR((x))
#endif
@@ -157,6 +153,4 @@ static inline void class_simple_set_hotplug(struct class_simple *cs, void (*fn)(
#define __x86_64__
#endif
-/*@}*/
-
#endif