summaryrefslogtreecommitdiffstats
path: root/drivers/video/aty/radeonfb.h
diff options
context:
space:
mode:
authorJean Delvare2008-04-28 11:15:13 +0200
committerLinus Torvalds2008-04-28 17:58:38 +0200
commitbc3bf466e4a0a53d5c78561594c9cb4225bbb481 (patch)
tree5a6a5fb136ee0f36cbe5aca9de7a1ec9aad24064 /drivers/video/aty/radeonfb.h
parentradeonfb: fix debug option (diff)
downloadkernel-qcow2-linux-bc3bf466e4a0a53d5c78561594c9cb4225bbb481.tar.gz
kernel-qcow2-linux-bc3bf466e4a0a53d5c78561594c9cb4225bbb481.tar.xz
kernel-qcow2-linux-bc3bf466e4a0a53d5c78561594c9cb4225bbb481.zip
radeonfb: drop redundant RTRACE macro
RTRACE() does exactly the same thing as the standard pr_debug() call, so just use the latter. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/aty/radeonfb.h')
-rw-r--r--drivers/video/aty/radeonfb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/aty/radeonfb.h b/drivers/video/aty/radeonfb.h
index 8215ca0555c2..c347e38cd0b0 100644
--- a/drivers/video/aty/radeonfb.h
+++ b/drivers/video/aty/radeonfb.h
@@ -369,16 +369,6 @@ struct radeonfb_info {
/*
- * Debugging stuffs
- */
-#ifdef DEBUG
-#define RTRACE printk
-#else
-#define RTRACE if(0) printk
-#endif
-
-
-/*
* IO macros
*/