video: replace remaining __FUNCTION__ occurrences
[linux-block.git] / drivers / video / sis / sis.h
index 9b05da6268f7e8cfc72e6f07afb4b3460416dcdd..a14e822110375bf7c946d9848014ad891f3ab03b 100644 (file)
@@ -55,7 +55,7 @@
 #undef SISFBDEBUG
 
 #ifdef SISFBDEBUG
-#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args)
+#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args)
 #define TWDEBUG(x) printk(KERN_INFO x "\n");
 #else
 #define DPRINTK(fmt, args...)