video: replace remaining __FUNCTION__ occurrences
[linux-block.git] / drivers / video / aty / aty128fb.c
index 27faffdee11bef9b871da39915a4787815326aaf..24ee96c4e9e9e5c816254444b7f002863363eda7 100644 (file)
@@ -91,7 +91,7 @@
 #undef DEBUG
 
 #ifdef DEBUG
-#define DBG(fmt, args...)              printk(KERN_DEBUG "aty128fb: %s " fmt, __FUNCTION__, ##args);
+#define DBG(fmt, args...)              printk(KERN_DEBUG "aty128fb: %s " fmt, __func__, ##args);
 #else
 #define DBG(fmt, args...)
 #endif