diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-12-14 05:34:29 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-12-14 05:34:29 +0000 |
| commit | d8f4e7306d2ce2d38a8d1e3e4d2cdbdae17e172f (patch) | |
| tree | 5d0ec06fda695fe2ca2fb39ed311454bc1847502 /sys/dev/usb | |
| parent | a58ada4aad7b4d6f9145354b49c6383f9d870148 (diff) | |
No need to include wdvar.h anymore.
Diffstat (limited to 'sys/dev/usb')
| -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 370b695d138..4c406b89330 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.7 2003/12/14 05:33:29 thorpej Exp $ */ +/* $NetBSD: umass_isdata.c,v 1.8 2003/12/14 05:34:29 thorpej Exp $ */ /* * TODO: @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.7 2003/12/14 05:33:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.8 2003/12/14 05:34:29 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/ata/wdvar.h> #include <dev/ic/wdcreg.h> /* XXX move this */ |
