]> Pileus Git - ~andy/linux/blobdiff - drivers/video/cfbimgblt.c
Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux-msm...
[~andy/linux] / drivers / video / cfbimgblt.c
index ff3136bd464b76105253e28d2f0042291008d4f3..baed57d3cfff38e53a9ea37fff3b82e943ba77cd 100644 (file)
@@ -38,7 +38,7 @@
 #define DEBUG
 
 #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