diff --git a/[refs] b/[refs] index 62d960e1ad30..eb34467c7f73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c331eb04b995ad276a7ece4608326f1db4e137d8 +refs/heads/master: 29f767a254be8fd44fb5d2b5a48e9cda8399c4ea diff --git a/trunk/include/net/compat.h b/trunk/include/net/compat.h index 8662b8f43df5..e65cbedb6abc 100644 --- a/trunk/include/net/compat.h +++ b/trunk/include/net/compat.h @@ -3,6 +3,8 @@ #include +struct sock; + #if defined(CONFIG_COMPAT) #include @@ -23,7 +25,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) */