aboutsummaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 2ba0085b..972bb712 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -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)