diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-03-13 10:33:35 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-03-13 10:33:35 +1100 |
commit | 3c2df7440c0f8173fb3ee8004c1b17fcf1985188 (patch) | |
tree | a0a4c4512da56a6f55784d5762de312f67067c99 | |
parent | e2b7d4eff27d706c4da9cfadc8ff124cc0c52451 (diff) |
disable debug by default
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 1b828a2a21a..1c8288079ec 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -75,9 +75,6 @@ #include "drm_atomic.h" #include "agp.h" -#define DRMDEBUG -#define DRM_DEBUG_KMS - #define DRM_DEBUGBITS_DEBUG 0x1 #define DRM_DEBUGBITS_KMS 0x2 #define DRM_DEBUGBITS_FAILED_IOCTL 0x4 |