From a576d41498b742502d4f7dbfeed44737ff79db8f Mon Sep 17 00:00:00 2001 From: David Dawes Date: Tue, 1 May 2001 17:07:59 +0000 Subject: Import of XFree86 4.0.99.3 --- linux/drm_init.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/drm_init.h') diff --git a/linux/drm_init.h b/linux/drm_init.h index 9ae98414..d9d8e3a2 100644 --- a/linux/drm_init.h +++ b/linux/drm_init.h @@ -32,7 +32,11 @@ #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. -- cgit v1.2.3