From c36fae22fe0a0f0e66793a7f894817cff1ebf33b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Feb 2020 13:47:59 +0100 Subject: config: Initialize IO drivers on demand --- cpukit/sapi/src/exinit.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/sapi/src/exinit.c') 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 #include #include -#include #include #include @@ -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; -- cgit v1.2.3