summaryrefslogtreecommitdiff
path: root/linux/drm_init.h
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2001-04-09 16:27:54 +0000
committerDavid Dawes <dawes@xfree86.org>2001-04-09 16:27:54 +0000
commit1759c16ab9b64598968a0058039e8a66bf5f9773 (patch)
treea82d44dc47302041daf1f5f408c6f47017baac47 /linux/drm_init.h
parent0e7f6c0726e5ff08eeab8e17a5aa63fbe44b3410 (diff)
Import -f XFree86 4.0.99.2
Diffstat (limited to 'linux/drm_init.h')
-rw-r--r--linux/drm_init.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drm_init.h b/linux/drm_init.h
index d9d8e3a2..9ae98414 100644
--- a/linux/drm_init.h
+++ b/linux/drm_init.h
@@ -32,11 +32,7 @@
#define __NO_VERSION__
#include "drmP.h"
-#if 0
-int DRM(flags) = DRM_FLAG_DEBUG;
-#else
int DRM(flags) = 0;
-#endif
/* drm_parse_option parses a single option. See description for
* drm_parse_options for details.