[PATCH] spi: spidev: drop the incorrect notice from Kconfig

From: Bartosz Golaszewski
Date: Thu Feb 16 2023 - 07:30:28 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

The spidev interface has been de-facto stable for many years. This notice
has been unchanged since 2007 and is incorrect so remove it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
drivers/spi/Kconfig | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 3b1c0878bb85..2a2ac3aa13c9 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1166,9 +1166,6 @@ config SPI_SPIDEV
help
This supports user mode SPI protocol drivers.

- Note that this application programming interface is EXPERIMENTAL
- and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes.
-
config SPI_LOOPBACK_TEST
tristate "spi loopback test framework support"
depends on m
--
2.37.2