summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-28 18:13:37 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-08-31 20:32:38 +0200
commit951c4b92cf8082272f998c02d9b79e664d6f1599 (patch)
treebefbdee3433c73fba85b5c9a62d36230cab19b33 /rtemsbsd
parentmedia01: Reduce record item count (diff)
downloadrtems-libbsd-951c4b92cf8082272f998c02d9b79e664d6f1599.tar.bz2
rtemsbsd: remove dead code fb.c
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index e9da3be1..ac9afbce 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -70,8 +70,6 @@ SYSINIT_DRIVER_REFERENCE(iic, iicbus);
SYSINIT_DRIVER_REFERENCE(tda, iicbus);
SYSINIT_DRIVER_REFERENCE(iicbus, rtems_i2c);
SYSINIT_DRIVER_REFERENCE(fbd, fb);
-SYSINIT_DRIVER_REFERENCE(fb, fb_mod);
-SYSINIT_MODULE_REFERENCE(fb_mod);
#ifdef RTEMS_BSD_MODULE_NET80211
SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);