Commit edf45791 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Remove unnecessary dependencies on I2C



Only the SFC4000 code, now moved to sfc-falcon, needed I2C.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Acked-by: default avatarEdward Cree <ecree@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7a8d8a46
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ config SFC
	depends on PCI
	select MDIO
	select CRC32
	select I2C
	select I2C_ALGOBIT
	imply PTP_1588_CLOCK
	---help---
	  This driver supports 10/40-gigabit Ethernet cards based on
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <linux/mutex.h>
#include <linux/rwsem.h>
#include <linux/vmalloc.h>
#include <linux/i2c.h>
#include <linux/mtd/mtd.h>
#include <net/busy_poll.h>
#include <net/xdp.h>
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
#define EFX_NIC_H

#include <linux/net_tstamp.h>
#include <linux/i2c-algo-bit.h>
#include "net_driver.h"
#include "efx.h"
#include "mcdi.h"