diff options
Diffstat (limited to 'drivers/video/aty/aty128fb.c')
-rw-r--r-- | drivers/video/aty/aty128fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index 27faffdee11b..24ee96c4e9e9 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c | |||
@@ -91,7 +91,7 @@ | |||
91 | #undef DEBUG | 91 | #undef DEBUG |
92 | 92 | ||
93 | #ifdef DEBUG | 93 | #ifdef DEBUG |
94 | #define DBG(fmt, args...) printk(KERN_DEBUG "aty128fb: %s " fmt, __FUNCTION__, ##args); | 94 | #define DBG(fmt, args...) printk(KERN_DEBUG "aty128fb: %s " fmt, __func__, ##args); |
95 | #else | 95 | #else |
96 | #define DBG(fmt, args...) | 96 | #define DBG(fmt, args...) |
97 | #endif | 97 | #endif |