]> err.no Git - linux-2.6/blobdiff - drivers/video/aty/radeonfb.h
Merge branch 'x86/s2ram-fix' into x86/urgent
[linux-2.6] / drivers / video / aty / radeonfb.h
index 5eac1ce52e72001d078248026f501c6efb7082ad..c347e38cd0b084719437e8157477aa220ef9e6f6 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __RADEONFB_H__
 #define __RADEONFB_H__
 
+#ifdef CONFIG_FB_RADEON_DEBUG
+#define DEBUG          1
+#endif
+
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -364,22 +368,6 @@ struct radeonfb_info {
 #define PRIMARY_MONITOR(rinfo) (rinfo->mon1_type)
 
 
-/*
- * Debugging stuffs
- */
-#ifdef CONFIG_FB_RADEON_DEBUG
-#define DEBUG          1
-#else
-#define DEBUG          0
-#endif
-
-#if DEBUG
-#define RTRACE         printk
-#else
-#define RTRACE         if(0) printk
-#endif
-
-
 /*
  * IO macros
  */