diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-04-28 02:15:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 08:58:38 -0700 |
commit | bc3bf466e4a0a53d5c78561594c9cb4225bbb481 (patch) | |
tree | 5a6a5fb136ee0f36cbe5aca9de7a1ec9aad24064 /drivers/video/aty/radeonfb.h | |
parent | b0313f89672eddf0188dac96bb8f83135510a45c (diff) |
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.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/aty/radeonfb.h b/drivers/video/aty/radeonfb.h index 8215ca0555c..c347e38cd0b 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 */ |