Merge branch 'from-linus' into upstream
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
struct sock;
|
||||
|
||||
#if defined(CONFIG_COMPAT)
|
||||
|
||||
#include <linux/compat.h>
|
||||
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user