From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965508AbWJ3Kre (ORCPT ); Mon, 30 Oct 2006 05:47:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965509AbWJ3KqU (ORCPT ); Mon, 30 Oct 2006 05:46:20 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:62874 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S965508AbWJ3KqN (ORCPT ); Mon, 30 Oct 2006 05:46:13 -0500 To: linux-arch@vger.kernel.org Subject: [PATCH 5/7] severing skbuff.h -> poll.h Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org Message-Id: From: Al Viro Date: Mon, 30 Oct 2006 10:46:13 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Al Viro --- fs/compat.c | 1 + fs/gfs2/locking/dlm/plock.c | 1 + include/linux/skbuff.h | 1 - include/net/inet_connection_sock.h | 1 + include/net/udp.h | 1 + 5 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fs/compat.c b/fs/compat.c index 0f06acb..1c3e9a6 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -46,6 +46,7 @@ #include #include #include #include +#include #include #include /* siocdevprivate_ioctl */ diff --git a/fs/gfs2/locking/dlm/plock.c b/fs/gfs2/locking/dlm/plock.c index 7365aec..3799f19 100644 --- a/fs/gfs2/locking/dlm/plock.c +++ b/fs/gfs2/locking/dlm/plock.c @@ -8,6 +8,7 @@ #include #include +#include #include "lock_dlm.h" diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index c9c83ae..6aa8b11 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -23,7 +23,6 @@ #include #include #include #include -#include #include #include #include diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 0bcf9f2..4167a24 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -18,6 +18,7 @@ #define _INET_CONNECTION_SOCK_H #include #include #include +#include #include #include diff --git a/include/net/udp.h b/include/net/udp.h index db0c05f..e287df5 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -27,6 +27,7 @@ #include #include #include #include +#include #define UDP_HTABLE_SIZE 128 -- 1.4.2.GIT