diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-11-23 20:27:22 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-29 13:19:59 +0100 |
commit | a9c8f68ce2c37ced2f7a8667eda71b7753ede398 (patch) | |
tree | 8d3a3e611931f06f312d7e02507ae0a654d205a7 /arch/arm/mach-pxa | |
parent | ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup table (diff) | |
download | linux-a9c8f68ce2c37ced2f7a8667eda71b7753ede398.tar.xz linux-a9c8f68ce2c37ced2f7a8667eda71b7753ede398.zip |
spi: pxa2xx: Get rid of unused ->cs_control()
Since the last user of the custom ->cs_control() gone, we may get rid of
this legacy API completely.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211123192723.44537-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/stargate2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/stargate2.c b/arch/arm/mach-pxa/stargate2.c index 7ad627465768..8ca02ec1d44c 100644 --- a/arch/arm/mach-pxa/stargate2.c +++ b/arch/arm/mach-pxa/stargate2.c @@ -347,7 +347,7 @@ static struct pxa2xx_spi_controller pxa_ssp_master_2_info = { }; /* An upcoming kernel change will scrap SFRM usage so these - * drivers have been moved to use gpio's via cs_control */ + * drivers have been moved to use GPIOs */ static struct pxa2xx_spi_chip staccel_chip_info = { .tx_threshold = 8, .rx_threshold = 8, |