diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-12-02 16:47:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-03 20:08:07 +0300 |
commit | 90b7a4ee610bf1d14120f5e0618ae2a3568394a5 (patch) | |
tree | 95920b22385c9ca78b8b7412ca2d357b4b6c6b9a /drivers/net/sfc/efx.c | |
parent | 6a8872c54d177abd900a0cf165b76ecb4803f052 (diff) | |
download | linux-90b7a4ee610bf1d14120f5e0618ae2a3568394a5.tar.xz |
sfc: Remove unnecessary inclusion of various private header files
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/efx.c')
-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 05df20e47976..b4580c4ea7ed 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c @@ -23,7 +23,6 @@ #include <linux/gfp.h> #include "net_driver.h" #include "efx.h" -#include "mdio_10g.h" #include "nic.h" #include "mcdi.h" |