2004-06-27 00:02:28

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] remove a superfluous #ifndef from net/ip.h

The patch below removes a superfluous #ifndef from net/ip.h (snmp.h is
guarded by the same #ifndef).

Signed-off-by: Adrian Bunk <[email protected]>

Please apply
Adrian

--- linux-2.6.7-mm2-full/include/net/ip.h.old 2004-06-26 16:28:13.000000000 +0200
+++ linux-2.6.7-mm2-full/include/net/ip.h 2004-06-26 16:28:24.000000000 +0200
@@ -32,10 +32,7 @@
#include <linux/in_route.h>
#include <net/route.h>
#include <net/arp.h>
-
-#ifndef _SNMP_H
#include <net/snmp.h>
-#endif

struct sock;




2004-06-28 03:41:32

by David Miller

[permalink] [raw]
Subject: Re: [2.6 patch] remove a superfluous #ifndef from net/ip.h

On Sun, 27 Jun 2004 02:02:23 +0200
Adrian Bunk <[email protected]> wrote:

> The patch below removes a superfluous #ifndef from net/ip.h (snmp.h is
> guarded by the same #ifndef).
>
> Signed-off-by: Adrian Bunk <[email protected]>

Looks good to me, applied.

Thanks.