diff options
| author | Yang Yingliang <[email protected]> | 2023-08-18 17:31:50 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-08-21 14:29:35 +0100 |
| commit | 1cb3ebc417fe6cc5bea1b37682c0e860ea9ffb2d (patch) | |
| tree | d0e96a934042aa557b4f2734af1b84ad5a413bde /include | |
| parent | 0c8e5afc879f5b693dd2db68a7db3ffb3dc6823b (diff) | |
spi: sh-msiof: switch to use modern name
Change legacy name master/slave to modern name host/target.
No functional changed.
Signed-off-by: Yang Yingliang <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/spi/sh_msiof.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/spi/sh_msiof.h b/include/linux/spi/sh_msiof.h index dc2a0cbd210d..f950d280461b 100644 --- a/include/linux/spi/sh_msiof.h +++ b/include/linux/spi/sh_msiof.h @@ -3,8 +3,8 @@ #define __SPI_SH_MSIOF_H__ enum { - MSIOF_SPI_MASTER, - MSIOF_SPI_SLAVE, + MSIOF_SPI_HOST, + MSIOF_SPI_TARGET, }; struct sh_msiof_spi_info { |