Merge branch 'from-linus' into upstream

This commit is contained in:
John W. Linville
2006-06-05 14:42:27 -04:00
130 changed files with 1730 additions and 1238 deletions
+2 -1
View File
@@ -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) */