[rtems commit] rtems: Remove rtems_io_driver_io_error()

Sebastian Huber sebh at rtems.org
Tue Sep 29 13:30:35 UTC 2020


Module:    rtems
Branch:    master
Commit:    5ff5ce62f926291772cd2d00630426c3b3072a32
Changeset: http://git.rtems.org/rtems/commit/?id=5ff5ce62f926291772cd2d00630426c3b3072a32

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Sep 26 15:18:45 2020 +0200

rtems: Remove rtems_io_driver_io_error()

The implementation was added and removed in 2009.

---

 cpukit/include/rtems/io.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h
index f4066b6..67364df 100644
--- a/cpukit/include/rtems/io.h
+++ b/cpukit/include/rtems/io.h
@@ -60,17 +60,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.
  *



More information about the vc mailing list