Merge branch 'linus' into x86/signal
[pandora-kernel.git] / drivers / net / via-velocity.h
index 1b95b04..29a3309 100644 (file)
@@ -1381,7 +1381,7 @@ enum velocity_msg_level {
 #define ASSERT(x) { \
        if (!(x)) { \
                printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x,\
-                       __FUNCTION__, __LINE__);\
+                       __func__, __LINE__);\
                BUG(); \
        }\
 }