From: Olaf Hering Date: Mon, 16 Jan 2006 23:47:00 +0000 (-0700) Subject: [PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=78a5e534758349fd3effc90ce1152b55368f52ee;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h Signed-off-by: Olaf Hering Signed-off-by: Dale Farnsworth mv643xx_eth.c | 2 ++ 1 file changed, 2 insertions(+) Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 22c3a37bba5a..a6152db82e9c 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c @@ -35,6 +35,8 @@ #include #include #include +#include +#include #include #include