video: replace remaining __FUNCTION__ occurrences
[deliverable/linux.git] / drivers / video / amifb.c
index 4c9ec3f58c52e35c194d98cfebcd830075be6c61..e6492c1048bf29dcb367f696a7abaee9c6403055 100644 (file)
@@ -96,7 +96,7 @@
 #endif
 
 #ifdef DEBUG
-#  define DPRINTK(fmt, args...)        printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args)
+#  define DPRINTK(fmt, args...)        printk(KERN_DEBUG "%s: " fmt, __func__ , ## args)
 #else
 #  define DPRINTK(fmt, args...)
 #endif
This page took 0.031909 seconds and 5 git commands to generate.