From: Thomas Faber Date: Wed, 18 Jan 2012 13:45:44 +0000 (+0000) Subject: net: ftgmac100/ftmac100: add missing interrupt.h include X-Git-Tag: upstream/snapshot3+hdmi~8256^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17f1bbca1baf2f652fa9c102ec239d6abded94c1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git net: ftgmac100/ftmac100: add missing interrupt.h include Fixes compilation failure of these modules due to missing irqreturn_t type for the ft(g)mac100_interrupt definition. Signed-off-by: Thomas Faber Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c index fb5579a..47f85c3 100644 --- a/drivers/net/ethernet/faraday/ftgmac100.c +++ b/drivers/net/ethernet/faraday/ftgmac100.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/net/ethernet/faraday/ftmac100.c b/drivers/net/ethernet/faraday/ftmac100.c index a127cb2..bb336a0 100644 --- a/drivers/net/ethernet/faraday/ftmac100.c +++ b/drivers/net/ethernet/faraday/ftmac100.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include