summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.h
diff options
context:
space:
mode:
authorJose Fonseca <jrfonseca@users.sourceforge.net>2004-09-08 20:57:39 +0000
committerJose Fonseca <jrfonseca@users.sourceforge.net>2004-09-08 20:57:39 +0000
commit1fb27632c3338ff974c27fd88e2098a5193bb145 (patch)
tree6d5bff8cc186b87fc6d4d998d751fc181c87d394 /linux-core/drm_compat.h
parent3bf785c9126a0bbc38b794096dbbddab5682c251 (diff)
Update doxygen configuration file. Minor documentation updates/fixes.
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