From: John Crispin Date: Mon, 14 Nov 2011 05:01:18 +0000 (+0000) Subject: NET: MIPS: lantiq: fix etop compile error X-Git-Tag: v3.2-rc3~25^2~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a32fd63dbf15f70cafd30b306c31f117129c57f2;p=~emulex%2Finfiniband.git NET: MIPS: lantiq: fix etop compile error The Lantiq ETOP ethernet driver fails to build in 3.2-rc1 due to 2 missing header files. Signed-off-by: John Crispin Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c index 6bb2b9506ca..0b3567ab812 100644 --- a/drivers/net/ethernet/lantiq_etop.c +++ b/drivers/net/ethernet/lantiq_etop.c @@ -34,6 +34,8 @@ #include #include #include +#include +#include #include