From 5ff5ce62f926291772cd2d00630426c3b3072a32 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 26 Sep 2020 15:18:45 +0200 Subject: 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(-) (limited to 'cpukit/include/rtems/io.h') diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h index f4066b647a..67364df280 100644 --- a/cpukit/include/rtems/io.h +++ b/cpukit/include/rtems/io.h @@ -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. -- cgit v1.2.3