Merge branch 'linux-2.6'
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / rtas_flash.c
index 538baf46f15f9471e8b9d8490399d9fbf1760be3..627f126d1848b4ec1f5e0eb2e2d8c5870bda93c5 100644 (file)
@@ -807,7 +807,7 @@ int __init rtas_flash_init(void)
                                rtas_block_ctor);
        if (!flash_block_cache) {
                printk(KERN_ERR "%s: failed to create block cache\n",
-                               __FUNCTION__);
+                               __func__);
                rc = -ENOMEM;
                goto cleanup;
        }