diff options
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/fbcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 025d4f5e1f6f..8eda7b60df8f 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -92,7 +92,7 @@ | |||
92 | #include "fbcon.h" | 92 | #include "fbcon.h" |
93 | 93 | ||
94 | #ifdef FBCONDEBUG | 94 | #ifdef FBCONDEBUG |
95 | # define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) | 95 | # define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args) |
96 | #else | 96 | #else |
97 | # define DPRINTK(fmt, args...) | 97 | # define DPRINTK(fmt, args...) |
98 | #endif | 98 | #endif |