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

@@ -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 */