]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: davinci: remove platform data header
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Nov 2025 16:12:47 +0000 (17:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 17 Nov 2025 17:27:38 +0000 (17:27 +0000)
commit96498e804cb6629e02747336a0a33e4955449732
treed5a8a8e2993f03e6574c60ca015b09be416f4fd5
parent118eb2cb97b8fc0d515bb0449495959247db58f0
spi: davinci: remove platform data header

There are no longer any board files including the DaVinci SPI platform
data header. Let's move the bits and pieces that are used in the driver
into the driver .c file itself and remove the header.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://patch.msgid.link/20251117-davinci-spi-v2-1-cd799d17f04a@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-davinci.c
include/linux/platform_data/spi-davinci.h [deleted file]