diff --git a/sys/arch/evbarm/gumstix/if_sm_gxio.c b/sys/arch/evbarm/gumstix/if_sm_gxio.c index 887e5bbec057..09ecbe9b12eb 100644 --- a/sys/arch/evbarm/gumstix/if_sm_gxio.c +++ b/sys/arch/evbarm/gumstix/if_sm_gxio.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_sm_gxio.c,v 1.2 2007/01/18 10:02:55 kiyohara Exp $ */ +/* $NetBSD: if_sm_gxio.c,v 1.3 2007/08/14 14:07:01 kiyohara Exp $ */ /* * Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation. * All rights reserved. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.2 2007/01/18 10:02:55 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.3 2007/08/14 14:07:01 kiyohara Exp $"); #include #include @@ -114,6 +114,7 @@ CFATTACH_DECL(sm_gxio, sizeof(struct sm_gxio_softc), sm_gxio_match, sm_gxio_attach, NULL, NULL); +/* ARGSUSED */ static int sm_gxio_match(struct device *parent, struct cfdata *match, void *aux) { @@ -169,6 +170,7 @@ sm_gxio_match(struct device *parent, struct cfdata *match, void *aux) return (rv); } +/* ARGSUSED */ void sm_gxio_attach(struct device *parent, struct device *self, void *aux) {