Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / powerpc / math-emu / stfiwx.c
index 95caaee..f15a35f 100644 (file)
@@ -6,7 +6,7 @@ int
 stfiwx(u32 *frS, void *ea)
 {
 #ifdef DEBUG
-       printk("%s: %p %p\n", __FUNCTION__, frS, ea);
+       printk("%s: %p %p\n", __func__, frS, ea);
 #endif
 
        if (copy_to_user(ea, &frS[1], sizeof(frS[1])))