diff options
Diffstat (limited to 'sys/dev/lnc')
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 52b54123b177..d3aabba17057 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -911,13 +911,6 @@ lnc_init(xsc) int s, i; char *lnc_mem; - /* Check that interface has valid address */ - - if (TAILQ_EMPTY(&sc->arpcom.ac_if.if_addrhead)) { /* XXX unlikely */ -printf("XXX no address?\n"); - return; - } - /* Shut down interface */ s = splimp(); |
