Skip to content

Commit

Permalink
sfc: Do not include unneeded headers
Browse files Browse the repository at this point in the history
Earlier refactoring has made these inclusions unnecessary.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Feb 4, 2010
1 parent 754c653 commit a4b97f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/net/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/if_vlan.h>
#include <linux/timer.h>
#include <linux/mdio.h>
#include <linux/list.h>
#include <linux/pci.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include "nic.h"
#include "selftest.h"
#include "workarounds.h"
#include "spi.h"
#include "io.h"

/*
* Loopback test packet structure
Expand Down

0 comments on commit a4b97f2

Please sign in to comment.