Skip to content

Commit

Permalink
[PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>

 mv643xx_eth.c |    2 ++
 1 file changed, 2 insertions(+)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Olaf Hering authored and Jeff Garzik committed Jan 17, 2006
1 parent b60d697 commit 78a5e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#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>
Expand Down

0 comments on commit 78a5e53

Please sign in to comment.