summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/exinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/exinit.c')
-rw-r--r--cpukit/sapi/src/exinit.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 196c9be576..e29b364806 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -22,7 +22,6 @@
#include <rtems/config.h>
#include <rtems/extensionimpl.h>
#include <rtems/init.h>
-#include <rtems/ioimpl.h>
#include <rtems/sysinit.h>
#include <rtems/score/sysstate.h>
@@ -120,18 +119,6 @@ RTEMS_SYSINIT_ITEM(
RTEMS_SYSINIT_ORDER_MIDDLE
);
-/* Initialize I/O drivers.
- *
- * Driver Manager note:
- * All drivers may not be registered yet. Drivers will dynamically
- * be initialized when registered in level 2,3 and 4.
- */
-RTEMS_SYSINIT_ITEM(
- _IO_Initialize_all_drivers,
- RTEMS_SYSINIT_DEVICE_DRIVERS,
- RTEMS_SYSINIT_ORDER_MIDDLE
-);
-
void rtems_initialize_executive(void)
{
const rtems_sysinit_item *item;