From d8f4e7306d2ce2d38a8d1e3e4d2cdbdae17e172f Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 14 Dec 2003 05:34:29 +0000 Subject: No need to include wdvar.h anymore. --- sys/dev/ata/ata_wdc.c | 5 ++--- sys/dev/ic/wdc.c | 5 ++--- sys/dev/usb/umass_isdata.c | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ata/ata_wdc.c b/sys/dev/ata/ata_wdc.c index 688bea681bc..b8ed80e0d39 100644 --- a/sys/dev/ata/ata_wdc.c +++ b/sys/dev/ata/ata_wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata_wdc.c,v 1.46 2003/12/14 05:33:29 thorpej Exp $ */ +/* $NetBSD: ata_wdc.c,v 1.47 2003/12/14 05:35:34 thorpej Exp $ */ /* * Copyright (c) 1998, 2001, 2003 Manuel Bouyer. @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.46 2003/12/14 05:33:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.47 2003/12/14 05:35:34 thorpej Exp $"); #ifndef WDCDEBUG #define WDCDEBUG @@ -97,7 +97,6 @@ __KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.46 2003/12/14 05:33:29 thorpej Exp $") #include #include #include -#include #define DEBUG_INTR 0x01 #define DEBUG_XFERS 0x02 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 -__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 -#include #include #include #include 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 -__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 #include @@ -67,7 +67,6 @@ int umass_wd_attach(struct umass_softc *); #include #include -#include #include /* XXX move this */ -- cgit