mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
sfc: Remove unnecessary dependencies on I2C
Only the SFC4000 code, now moved to sfc-falcon, needed I2C. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7a8d8a4642
commit
edf4579123
3 changed files with 0 additions and 4 deletions
|
@ -21,8 +21,6 @@ config SFC
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select MDIO
|
select MDIO
|
||||||
select CRC32
|
select CRC32
|
||||||
select I2C
|
|
||||||
select I2C_ALGOBIT
|
|
||||||
imply PTP_1588_CLOCK
|
imply PTP_1588_CLOCK
|
||||||
---help---
|
---help---
|
||||||
This driver supports 10/40-gigabit Ethernet cards based on
|
This driver supports 10/40-gigabit Ethernet cards based on
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <linux/rwsem.h>
|
#include <linux/rwsem.h>
|
||||||
#include <linux/vmalloc.h>
|
#include <linux/vmalloc.h>
|
||||||
#include <linux/i2c.h>
|
|
||||||
#include <linux/mtd/mtd.h>
|
#include <linux/mtd/mtd.h>
|
||||||
#include <net/busy_poll.h>
|
#include <net/busy_poll.h>
|
||||||
#include <net/xdp.h>
|
#include <net/xdp.h>
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#define EFX_NIC_H
|
#define EFX_NIC_H
|
||||||
|
|
||||||
#include <linux/net_tstamp.h>
|
#include <linux/net_tstamp.h>
|
||||||
#include <linux/i2c-algo-bit.h>
|
|
||||||
#include "net_driver.h"
|
#include "net_driver.h"
|
||||||
#include "efx.h"
|
#include "efx.h"
|
||||||
#include "mcdi.h"
|
#include "mcdi.h"
|
||||||
|
|
Loading…
Reference in a new issue