mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
sfc: Do not include unneeded headers
Earlier refactoring has made these inclusions unnecessary. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
754c653a4e
commit
a4b97f2054
@ -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>
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include "nic.h"
|
||||
#include "selftest.h"
|
||||
#include "workarounds.h"
|
||||
#include "spi.h"
|
||||
#include "io.h"
|
||||
|
||||
/*
|
||||
* Loopback test packet structure
|
||||
|
Loading…
Reference in New Issue
Block a user