diff --git a/sys/arch/amiga/dev/afsc.c b/sys/arch/amiga/dev/afsc.c index 553b524fc11c..15e6f83215a2 100644 --- a/sys/arch/amiga/dev/afsc.c +++ b/sys/arch/amiga/dev/afsc.c @@ -1,4 +1,4 @@ -/* $NetBSD: afsc.c,v 1.46 2021/08/07 16:18:41 thorpej Exp $ */ +/* $NetBSD: afsc.c,v 1.47 2023/08/27 08:15:13 andvar Exp $ */ /* * Copyright (c) 1982, 1990 The Regents of the University of California. @@ -58,7 +58,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: afsc.c,v 1.46 2021/08/07 16:18:41 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: afsc.c,v 1.47 2023/08/27 08:15:13 andvar Exp $"); #include #include @@ -88,10 +88,6 @@ int afsc_dmaintr(void *); void afsc_dump(void); #endif - -#ifdef DEBUG -#endif - CFATTACH_DECL_NEW(afsc, sizeof(struct siop_softc), afscmatch, afscattach, NULL, NULL);