aboutsummaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 2e6c2eca..df7caedb 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -604,7 +604,6 @@ static const struct spi_master spi_master_sb600 = {
.read = default_spi_read,
.write_256 = default_spi_write_256,
.shutdown = sb600spi_shutdown,
- .probe_opcode = default_spi_probe_opcode,
};
static const struct spi_master spi_master_yangtze = {
@@ -616,7 +615,6 @@ static const struct spi_master spi_master_yangtze = {
.read = default_spi_read,
.write_256 = default_spi_write_256,
.shutdown = sb600spi_shutdown,
- .probe_opcode = default_spi_probe_opcode,
};
static const struct spi_master spi_master_promontory = {
@@ -628,7 +626,6 @@ static const struct spi_master spi_master_promontory = {
.read = promontory_read_memmapped,
.write_256 = default_spi_write_256,
.shutdown = sb600spi_shutdown,
- .probe_opcode = default_spi_probe_opcode,
};
int sb600_probe_spi(const struct programmer_cfg *cfg, struct pci_dev *dev)