diff options
Diffstat (limited to 'drivers/video/amifb.c')
-rw-r--r-- | drivers/video/amifb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 4c9ec3f58c52..e6492c1048bf 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c | |||
@@ -96,7 +96,7 @@ | |||
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | #ifdef DEBUG | 98 | #ifdef DEBUG |
99 | # define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) | 99 | # define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args) |
100 | #else | 100 | #else |
101 | # define DPRINTK(fmt, args...) | 101 | # define DPRINTK(fmt, args...) |
102 | #endif | 102 | #endif |