]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m32r/kernel/process.c
misc: replace __FUNCTION__ with __func__
[linux-2.6-omap-h63xx.git] / arch / m32r / kernel / process.c
index 5be4faaf5b1c49c03391bb298e6f83122d6d88ab..7103d91e1a2f92ee3db9a4d060336ee29c08d347 100644 (file)
@@ -11,7 +11,7 @@
 #undef DEBUG_PROCESS
 #ifdef DEBUG_PROCESS
 #define DPRINTK(fmt, args...)  printk("%s:%d:%s: " fmt, __FILE__, __LINE__, \
-  __FUNCTION__, ##args)
+  __func__, ##args)
 #else
 #define DPRINTK(fmt, args...)
 #endif