From: Ben Hutchings Date: Mon, 1 Sep 2008 11:46:16 +0000 (+0100) Subject: sfc: Remove inclusion of workarounds.h from efx.c X-Git-Tag: v2.6.28-rc1~717^2~373 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f90748f009966caa2d004d84ce4b585b5cffb3e8;p=linux-2.6-omap-h63xx.git sfc: Remove inclusion of workarounds.h from efx.c efx.c does not use hardware workarounds. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 2a2300571cb..d3b76bd5809 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c @@ -28,7 +28,6 @@ #include "efx.h" #include "mdio_10g.h" #include "falcon.h" -#include "workarounds.h" #include "mac.h" #define EFX_MAX_MTU (9 * 1024)