Merge git://git.infradead.org/hdrcleanup-2.6
[safe/jmp/linux-2.6] / include / net / compat.h
index da68027..9859b60 100644 (file)
@@ -2,6 +2,8 @@
 #define NET_COMPAT_H
 
 
+struct sock;
+
 #if defined(CONFIG_COMPAT)
 
 #include <linux/compat.h>
@@ -22,7 +24,6 @@ struct compat_cmsghdr {
        compat_int_t    cmsg_type;
 };
 
-struct sock;
 extern int compat_sock_get_timestamp(struct sock *, struct timeval __user *);
 
 #else /* defined(CONFIG_COMPAT) */