diff options
-rw-r--r-- | sys/boot/efi/loader/conf.c | 2 | ||||
-rw-r--r-- | sys/boot/ia64/efi/conf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index a76b119..dea2285 100644 --- a/sys/boot/efi/loader/conf.c +++ b/sys/boot/efi/loader/conf.c @@ -53,8 +53,8 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { - &netdev, &efifs_dev, + &netdev, NULL }; diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index a76b119..dea2285 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -53,8 +53,8 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { - &netdev, &efifs_dev, + &netdev, NULL }; |