rtems: Remove rtems_io_driver_io_error()

The implementation was added and removed in 2009.
This commit is contained in:
Sebastian Huber
2020-09-29 15:30:23 +02:00
parent 0805930d0c
commit 5ff5ce62f9
-11
View File
@@ -59,17 +59,6 @@ typedef struct {
*/
/**@{**/
/**
* @brief Returns @c RTEMS_IO_ERROR.
*
* @retval RTEMS_IO_ERROR Only this one.
*/
rtems_status_code rtems_io_driver_io_error(
rtems_device_major_number major,
rtems_device_minor_number minor,
void *arg
);
/**
* @brief Registers and initializes the device with the device driver table
* @a driver_table and major number @a major.