summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 17:29:21 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:20 +0000
commitb3e23b9e85b5c547a6ab13a0935a3ae72a5e7f74 (patch)
treefdaaa680e7a387116eb3430203f24251364711d8 /include
parenta1b83207fbbeb97471cb234576af59287a5d88ed (diff)
downloadchrome-ec-b3e23b9e85b5c547a6ab13a0935a3ae72a5e7f74.tar.gz
coil: spi_nor spi_master->spi_controller
BUG=b:175244613 TEST=make buildall -j Change-Id: Ia35d0f2c7bf995eae58dfb255167481ec823af58 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615119 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/spi_nor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi_nor.h b/include/spi_nor.h
index 77347399d7..173da85012 100644
--- a/include/spi_nor.h
+++ b/include/spi_nor.h
@@ -42,7 +42,7 @@ struct spi_nor_device_t {
const char *name;
/* Index of the SPI master which this device is connected through. */
- const enum spi_device spi_master;
+ const enum spi_device spi_controller;
/* Maximum timeout per command in microseconds. */
const uint32_t timeout_usec;