]> err.no Git - linux-2.6/blobdiff - drivers/video/modedb.c
proc: switch /proc/ip2mem to seq_file interface
[linux-2.6] / drivers / video / modedb.c
index 640351c9a9e1c00348f6f93a6e6f7aa85ba95faa..473562191586f2101d169d8fb765b7b21ef4d2e4 100644 (file)
@@ -22,7 +22,7 @@
     ((v).xres == (x) && (v).yres == (y))
 
 #ifdef DEBUG
-#define DPRINTK(fmt, args...)  printk("modedb %s: " fmt, __FUNCTION__ , ## args)
+#define DPRINTK(fmt, args...)  printk("modedb %s: " fmt, __func__ , ## args)
 #else
 #define DPRINTK(fmt, args...)
 #endif