This patch converts __FUNCTION__ to __func__, since __func__ is standard.
[coreboot.git] / src / mainboard / pcengines / alix1c / mainboard.c
index 911da6a83025770e64315a182f7e9a79ab05d923..620951a19bb548221abb476460f7436587139237 100644 (file)
@@ -23,8 +23,8 @@
 
 static void init(struct device *dev)
 {
-       printk_debug("ALIX1.C ENTER %s\n", __FUNCTION__);
-       printk_debug("ALIX1.C EXIT %s\n", __FUNCTION__);
+       printk_debug("ALIX1.C ENTER %s\n", __func__);
+       printk_debug("ALIX1.C EXIT %s\n", __func__);
 }
 
 static void enable_dev(struct device *dev)