aboutsummaryrefslogtreecommitdiffstats
path: root/mediatek_i2c_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mediatek_i2c_spi.c')
-rw-r--r--mediatek_i2c_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediatek_i2c_spi.c b/mediatek_i2c_spi.c
index c15df056..e9c3c8c8 100644
--- a/mediatek_i2c_spi.c
+++ b/mediatek_i2c_spi.c
@@ -456,7 +456,6 @@ static const struct spi_master spi_master_i2c_mediatek = {
// Leave room for 1-byte command and up to a 4-byte address.
.max_data_write = I2C_SMBUS_BLOCK_MAX - 5,
.command = mediatek_send_command,
- .multicommand = default_spi_send_multicommand,
.read = default_spi_read,
.write_256 = default_spi_write_256,
.shutdown = mediatek_shutdown,