diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-04-28 05:15:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 11:58:38 -0400 |
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 8215ca0555c2..c347e38cd0b0 100644 --- a/drivers/video/aty/radeonfb.h +++ b/drivers/video/aty/radeonfb.h | |||
@@ -369,16 +369,6 @@ struct radeonfb_info { | |||
369 | 369 | ||
370 | 370 | ||
371 | /* | 371 | /* |
372 | * Debugging stuffs | ||
373 | */ | ||
374 | #ifdef DEBUG | ||
375 | #define RTRACE printk | ||
376 | #else | ||
377 | #define RTRACE if(0) printk | ||
378 | #endif | ||
379 | |||
380 | |||
381 | /* | ||
382 | * IO macros | 372 | * IO macros |
383 | */ | 373 | */ |
384 | 374 | ||