From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle DL5RB Subject: [PATCH 2/3] Cleanup direct calls into IP stack Date: Wed, 24 Aug 2005 18:16:35 +0100 Message-ID: <20050824171635.GA8367@linux-mips.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline Sender: linux-hams-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "David S. Miller" Cc: netdev@linux-mips.org, linux-hams@vger.kernel.org All these are claiming to include to get ip_rcv() but in fact don't need the header at all, so away with the inclusion. Signed-off-by: Ralf Baechle DL5RB net/ax25/ax25_ds_in.c | 1 - net/ax25/ax25_std_in.c | 1 - net/netrom/nr_in.c | 1 - net/rose/rose_in.c | 1 - 4 files changed, 4 deletions(-) Index: linux-cvs/net/ax25/ax25_ds_in.c =================================================================== --- linux-cvs.orig/net/ax25/ax25_ds_in.c +++ linux-cvs/net/ax25/ax25_ds_in.c @@ -22,7 +22,6 @@ #include #include #include -#include /* For ip_rcv */ #include #include #include Index: linux-cvs/net/ax25/ax25_std_in.c =================================================================== --- linux-cvs.orig/net/ax25/ax25_std_in.c +++ linux-cvs/net/ax25/ax25_std_in.c @@ -29,7 +29,6 @@ #include #include #include -#include /* For ip_rcv */ #include #include #include Index: linux-cvs/net/netrom/nr_in.c =================================================================== --- linux-cvs.orig/net/netrom/nr_in.c +++ linux-cvs/net/netrom/nr_in.c @@ -23,7 +23,6 @@ #include #include #include -#include /* For ip_rcv */ #include #include #include Index: linux-cvs/net/rose/rose_in.c =================================================================== --- linux-cvs.orig/net/rose/rose_in.c +++ linux-cvs/net/rose/rose_in.c @@ -26,7 +26,6 @@ #include #include #include -#include /* For ip_rcv */ #include #include #include