]> Pileus Git - ~andy/linux/blobdiff - include/net/sock.h
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
[~andy/linux] / include / net / sock.h
index 5ac682f73d6389ab4fe4977fb183ab13044929b1..c6658bef7f328dc72f801503a6b982d5c5ce9e27 100644 (file)
@@ -76,8 +76,8 @@
                                        printk(KERN_DEBUG msg); } while (0)
 #else
 /* Validate arguments and do nothing */
-static inline void __attribute__ ((format (printf, 2, 3)))
-SOCK_DEBUG(struct sock *sk, const char *msg, ...)
+static inline __printf(2, 3)
+void SOCK_DEBUG(struct sock *sk, const char *msg, ...)
 {
 }
 #endif