Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src No longer need to include <dev/ic/wdcreg.h>



details:   https://anonhg.NetBSD.org/src/rev/b6ff31bd333e
branches:  trunk
changeset: 556930:b6ff31bd333e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 30 19:30:39 2003 +0000

description:
No longer need to include <dev/ic/wdcreg.h>

diffstat:

 sbin/atactl/atactl.c       |  5 ++---
 sys/dev/usb/umass_isdata.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 747ba0b0960f -r b6ff31bd333e sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Tue Dec 30 19:30:13 2003 +0000
+++ b/sbin/atactl/atactl.c      Tue Dec 30 19:30:39 2003 +0000
@@ -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 @@
 #include <util.h>
 
 #include <dev/ata/atareg.h>
-#include <dev/ic/wdcreg.h>
 #include <sys/ataio.h>
 
 struct command {
diff -r 747ba0b0960f -r b6ff31bd333e sys/dev/usb/umass_isdata.c
--- a/sys/dev/usb/umass_isdata.c        Tue Dec 30 19:30:13 2003 +0000
+++ b/sys/dev/usb/umass_isdata.c        Tue Dec 30 19:30:39 2003 +0000
@@ -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 @@
 
 #include <dev/ata/atareg.h>
 #include <dev/ata/atavar.h>
-#include <dev/ic/wdcreg.h>
 
 /* XXX move this */
 struct isd200_config {



Home | Main Index | Thread Index | Old Index