diff --git a/sys/dev/ic/spic.c b/sys/dev/ic/spic.c index d00841363d45..2f911a887274 100644 --- a/sys/dev/ic/spic.c +++ b/sys/dev/ic/spic.c @@ -1,4 +1,4 @@ -/* $NetBSD: spic.c,v 1.17 2010/02/24 22:37:58 dyoung Exp $ */ +/* $NetBSD: spic.c,v 1.18 2010/04/21 21:49:53 dyoung Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -49,7 +49,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: spic.c,v 1.17 2010/02/24 22:37:58 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: spic.c,v 1.18 2010/04/21 21:49:53 dyoung Exp $"); #include #include @@ -257,7 +257,7 @@ spic_attach(struct spic_softc *sc) #ifdef SPIC_DEBUG if (spicdebug) - printf("spic_attach %x %x\n", sc->sc_iot, (uint)sc->sc_ioh); + printf("spic_attach %x\n", (uint)sc->sc_ioh); #endif callout_init(&sc->sc_poll, 0);