diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2023-08-18 12:31:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-21 16:29:35 +0300 |
commit | 1cb3ebc417fe6cc5bea1b37682c0e860ea9ffb2d (patch) | |
tree | d0e96a934042aa557b4f2734af1b84ad5a413bde /include/linux/spi/sh_msiof.h | |
parent | 0c8e5afc879f5b693dd2db68a7db3ffb3dc6823b (diff) | |
download | linux-1cb3ebc417fe6cc5bea1b37682c0e860ea9ffb2d.tar.xz |
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 <yangyingliang@huawei.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230818093154.1183529-20-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/spi/sh_msiof.h')
-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 { |