* [PATCH] mv643xx_eth: remove repeated includes of linux/in.h and linux/ip.h
[not found] <E1F6fqN-0006Ba-W6@ZenIV.linux.org.uk>
@ 2006-02-08 12:28 ` Dale Farnsworth
0 siblings, 0 replies; only message in thread
From: Dale Farnsworth @ 2006-02-08 12:28 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel, netdev, Al Viro, Olaf Hering
From: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
---
These includes were added twice:
in commit 78a5e534758349fd3effc90ce1152b55368f52ee by Olaf Hering and
in commit b6298c22c5e9f698812e2520003ee178aad50c10 by Al Viro.
This patch reverts 78a5e534758349fd3effc90ce1152b55368f52ee.
They probably should have been included before linux/tcp.h in
the first place.
drivers/net/mv643xx_eth.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-2.6-mv643xx_enet/drivers/net/mv643xx_eth.c
===================================================================
--- linux-2.6-mv643xx_enet.orig/drivers/net/mv643xx_eth.c
+++ linux-2.6-mv643xx_enet/drivers/net/mv643xx_eth.c
@@ -37,8 +37,6 @@
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/etherdevice.h>
-#include <linux/in.h>
-#include <linux/ip.h>
#include <linux/bitops.h>
#include <linux/delay.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-08 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1F6fqN-0006Ba-W6@ZenIV.linux.org.uk>
2006-02-08 12:28 ` [PATCH] mv643xx_eth: remove repeated includes of linux/in.h and linux/ip.h Dale Farnsworth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox