summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-03-01 10:49:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-03-01 10:49:05 +0100
commitae9e46d7c5648c245dd327538c0f9e943456295d (patch)
treee262062952c0b466ccba592e09a504292f1c3396 /rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
parentAdd poll() and select() support for Termios (diff)
downloadrtems-libbsd-ae9e46d7c5648c245dd327538c0f9e943456295d.tar.bz2
Fix dw_mmc dependencies
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-nexus-bus.h')
-rwxr-xr-xrtemsbsd/include/machine/rtems-bsd-nexus-bus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h b/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
index 299221c7..232e8e2c 100755
--- a/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
+++ b/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
@@ -205,8 +205,7 @@ extern "C" {
*/
#if !defined(RTEMS_BSD_DRIVER_DWC_MMC)
#define RTEMS_BSD_DRIVER_DWC_MMC \
- RTEMS_BSD_DEFINE_NEXUS_DEVICE(dw_mmc, 0, 0, NULL); \
- SYSINIT_DRIVER_REFERENCE(mmc, dw_mmc)
+ RTEMS_BSD_DEFINE_NEXUS_DEVICE(dw_mmc, 0, 0, NULL)
#endif /* RTEMS_BSD_DRIVER_DWC_MMC */
/*