drivers: spi: remove deprecated spi_is_ready function

`spi_is_ready` is depreceted since v3.3 so let's remove it.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2024-01-24 21:34:54 +01:00 committed by Anas Nashif
commit 7046c9030e
2 changed files with 5 additions and 25 deletions

View file

@ -60,6 +60,10 @@ Deprecated in this release
Application developer will now need to set the advertised name themselves by updating the advertising data
or the scan response data.
* SPI
* Deprecated :c:func:`spi_is_ready` API function has been removed.
Architectures
*************