diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-17 12:54:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-03 04:11:35 +0200 |
commit | 513525e99898a722b365ceda6c5a2e4c83adda89 (patch) | |
tree | d1472c41c228fbab942110f99b773259a4cb017a /drivers/spi/spi-pxa2xx.h | |
parent | spi: pxa2xx: Don't use "proxy" headers (diff) | |
download | linux-513525e99898a722b365ceda6c5a2e4c83adda89.tar.xz linux-513525e99898a722b365ceda6c5a2e4c83adda89.zip |
spi: pxa2xx: Drop struct pxa2xx_spi_chip
No more users.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240417110334.2671228-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.h')
-rw-r--r-- | drivers/spi/spi-pxa2xx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index f1097c96c50f..ae9c99bc9f6c 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h @@ -35,20 +35,6 @@ struct pxa2xx_spi_controller { struct ssp_device ssp; }; -/* - * The controller specific data for SPI target devices - * (resides in spi_board_info.controller_data), - * copied to spi_device.platform_data ... mostly for - * DMA tuning. - */ -struct pxa2xx_spi_chip { - u8 tx_threshold; - u8 tx_hi_threshold; - u8 rx_threshold; - u8 dma_burst_size; - u32 timeout; -}; - struct spi_controller; struct spi_device; struct spi_transfer; |