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 /sys/dev | |
| parent | 3787a92812dfd14e38b84961b044e4172b567992 (diff) | |
No longer need to include <dev/ic/wdcreg.h>
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_isdata.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |
