diff options
Diffstat (limited to 'sb600spi.c')
-rw-r--r-- | sb600spi.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -603,6 +603,7 @@ static const struct spi_master spi_master_sb600 = { .write_256 = default_spi_write_256, .write_aai = default_spi_write_aai, .shutdown = sb600spi_shutdown, + .probe_opcode = default_spi_probe_opcode, }; static const struct spi_master spi_master_yangtze = { @@ -614,6 +615,7 @@ static const struct spi_master spi_master_yangtze = { .write_256 = default_spi_write_256, .write_aai = default_spi_write_aai, .shutdown = sb600spi_shutdown, + .probe_opcode = default_spi_probe_opcode, }; static const struct spi_master spi_master_promontory = { @@ -625,6 +627,7 @@ static const struct spi_master spi_master_promontory = { .write_256 = default_spi_write_256, .write_aai = default_spi_write_aai, .shutdown = sb600spi_shutdown, + .probe_opcode = default_spi_probe_opcode, }; int sb600_probe_spi(struct pci_dev *dev) |