diff --git a/sys/arch/evbarm/gumstix/if_smsh_gxio.c b/sys/arch/evbarm/gumstix/if_smsh_gxio.c index 16b430b0ee6c..870a5267cd44 100644 --- a/sys/arch/evbarm/gumstix/if_smsh_gxio.c +++ b/sys/arch/evbarm/gumstix/if_smsh_gxio.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $ */ +/* $NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $ */ /* * Copyright (c) 2008 KIYOHARA Takashi * All rights reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $"); #include #include @@ -108,9 +108,6 @@ smsh_gxio_attach(device_t parent, device_t self, void *aux) struct lan9118_softc *sc = &gsc->sc_smsh; struct gxio_attach_args *gxa = aux; - aprint_normal("\n"); - aprint_naive("\n"); - KASSERT(system_serial_high != 0 || system_serial_low != 0); sc->sc_dev = self;