OSDN Git Service

spi: spidev: drop the incorrect notice from Kconfig
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 16 Feb 2023 12:30:14 +0000 (13:30 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 16 Feb 2023 15:54:03 +0000 (15:54 +0000)
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@linaro.org>
Link: https://lore.kernel.org/r/20230216123014.110541-1-brgl@bgdev.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 2ede343..6fb17ef 100644 (file)
@@ -1175,9 +1175,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