public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 04/29] missing includes in drivers/net/mv643xx_eth.c
@ 2006-02-08  3:18 Al Viro
  2006-02-08  3:53 ` Jeff Garzik
  2006-02-08 12:28 ` [PATCH] mv643xx_eth: remove repeated includes of linux/in.h and linux/ip.h Dale Farnsworth
  0 siblings, 2 replies; 3+ messages in thread
From: Al Viro @ 2006-02-08  3:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, dale, jgarzik

Date: 1137630954 -0500

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 drivers/net/mv643xx_eth.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

b6298c22c5e9f698812e2520003ee178aad50c10
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index 7ef4b04..c0998ef 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -32,6 +32,8 @@
  */
 #include <linux/init.h>
 #include <linux/dma-mapping.h>
+#include <linux/in.h>
+#include <linux/ip.h>
 #include <linux/tcp.h>
 #include <linux/udp.h>
 #include <linux/etherdevice.h>
-- 
0.99.9.GIT


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-08 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  3:18 [PATCH 04/29] missing includes in drivers/net/mv643xx_eth.c Al Viro
2006-02-08  3:53 ` Jeff Garzik
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