diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2008-09-01 07:46:16 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-03 09:53:43 -0400 |
commit | f90748f009966caa2d004d84ce4b585b5cffb3e8 (patch) | |
tree | f80899474f328755eded9c63b2a6e34358501519 /drivers/net | |
parent | c264361d31bec0a444e0c4ffd40479e66eef6c15 (diff) |
sfc: Remove inclusion of workarounds.h from efx.c
efx.c does not use hardware workarounds.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/sfc/efx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 2a2300571cbf..d3b76bd58094 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include "efx.h" | 28 | #include "efx.h" |
29 | #include "mdio_10g.h" | 29 | #include "mdio_10g.h" |
30 | #include "falcon.h" | 30 | #include "falcon.h" |
31 | #include "workarounds.h" | ||
32 | #include "mac.h" | 31 | #include "mac.h" |
33 | 32 | ||
34 | #define EFX_MAX_MTU (9 * 1024) | 33 | #define EFX_MAX_MTU (9 * 1024) |