diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-12-30 19:30:39 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-12-30 19:30:39 +0000 |
| commit | 683cebe2c8a7b2071ed137cf45603859c72ba2be (patch) | |
| tree | 9105d504ff078e9c467bea487f68a235c17250b7 | |
| parent | 3787a92812dfd14e38b84961b044e4172b567992 (diff) | |
No longer need to include <dev/ic/wdcreg.h>
| -rw-r--r-- | sbin/atactl/atactl.c | 5 | ||||
| -rw-r--r-- | sys/dev/usb/umass_isdata.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index 87b62e28dc9..2d45411171b 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $NetBSD: atactl.c,v 1.25 2003/12/30 19:12:35 thorpej Exp $ */ +/* $NetBSD: atactl.c,v 1.26 2003/12/30 19:31:06 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: atactl.c,v 1.25 2003/12/30 19:12:35 thorpej Exp $"); +__RCSID("$NetBSD: atactl.c,v 1.26 2003/12/30 19:31:06 thorpej Exp $"); #endif @@ -58,7 +58,6 @@ __RCSID("$NetBSD: atactl.c,v 1.25 2003/12/30 19:12:35 thorpej Exp $"); #include <util.h> #include <dev/ata/atareg.h> -#include <dev/ic/wdcreg.h> #include <sys/ataio.h> struct command { diff --git a/sys/dev/usb/umass_isdata.c b/sys/dev/usb/umass_isdata.c index 4c406b89330..3252138566a 100644 --- a/sys/dev/usb/umass_isdata.c +++ b/sys/dev/usb/umass_isdata.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass_isdata.c,v 1.8 2003/12/14 05:34:29 thorpej Exp $ */ +/* $NetBSD: umass_isdata.c,v 1.9 2003/12/30 19:30:39 thorpej Exp $ */ /* * TODO: @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.8 2003/12/14 05:34:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.9 2003/12/30 19:30:39 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -67,7 +67,6 @@ int umass_wd_attach(struct umass_softc *); #include <dev/ata/atareg.h> #include <dev/ata/atavar.h> -#include <dev/ic/wdcreg.h> /* XXX move this */ struct isd200_config { |
