summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-12-14 05:34:29 +0000
committerthorpej <thorpej@NetBSD.org>2003-12-14 05:34:29 +0000
commitd8f4e7306d2ce2d38a8d1e3e4d2cdbdae17e172f (patch)
tree5d0ec06fda695fe2ca2fb39ed311454bc1847502 /sys/dev/ic
parenta58ada4aad7b4d6f9145354b49c6383f9d870148 (diff)
No need to include wdvar.h anymore.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/wdc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c
index 243eaaa82c1..dfe27ad89c6 100644
--- a/sys/dev/ic/wdc.c
+++ b/sys/dev/ic/wdc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc.c,v 1.158 2003/11/29 16:17:31 he Exp $ */
+/* $NetBSD: wdc.c,v 1.159 2003/12/14 05:35:06 thorpej Exp $ */
/*
* Copyright (c) 1998, 2001, 2003 Manuel Bouyer. All rights reserved.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.158 2003/11/29 16:17:31 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.159 2003/12/14 05:35:06 thorpej Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -99,7 +99,6 @@ __KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.158 2003/11/29 16:17:31 he Exp $");
#endif /* __BUS_SPACE_HAS_STREAM_METHODS */
#include <dev/ata/atavar.h>
-#include <dev/ata/wdvar.h>
#include <dev/ata/atareg.h>
#include <dev/ic/wdcreg.h>
#include <dev/ic/wdcvar.h>