]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/compat.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / include / net / compat.h
index da680272cf6e99f6160b3f8f3332fd0d194f0f2f..9859b60280d5631571cdbebdf611c28c8e283b48 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) */