Delete obsolete _bsd_nexus_devices

This commit is contained in:
Sebastian Huber 2014-10-01 13:41:57 +02:00
parent a2a3a01bdf
commit 454d6825c0
3 changed files with 0 additions and 21 deletions

View File

@ -85,7 +85,4 @@
#define SYSINIT_NEED_NET_IF_DC \
SYSINIT_DRIVER_REFERENCE(dc, pci)
/* FIXME */
extern const char *const _bsd_nexus_devices [];
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */

View File

@ -72,11 +72,3 @@
#if defined(CONFIGURE_NEED_NET_IF_BGE)
SYSINIT_NEED_NET_IF_BGE; // does not link 29 June 2012
#endif
const char *const _bsd_nexus_devices [] = {
#if defined(CONFIGURE_NEED_PCIB)
"legacy",
#endif
NULL
};

View File

@ -41,14 +41,4 @@ SYSINIT_NEED_USB_CORE;
#endif
SYSINIT_NEED_USB_MASS_STORAGE;
const char *const _bsd_nexus_devices [] = {
#ifdef NEED_USB_OHCI
"ohci",
#endif
#ifdef NEED_USB_EHCI
"ehci",
#endif
NULL
};
#endif /* USB_SYSINIT_INIT */