Source-Changes-HG archive

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

[src/gehenna-devsw]: src/sys/dev/sbus Remove unnecessary header.



details:   https://anonhg.NetBSD.org/src/rev/b4a296c70438
branches:  gehenna-devsw
changeset: 527075:b4a296c70438
user:      gehenna <gehenna%NetBSD.org@localhost>
date:      Thu May 16 11:45:23 2002 +0000

description:
Remove unnecessary header.

diffstat:

 sys/dev/sbus/bwtwo_sbus.c |  5 ++---
 sys/dev/sbus/sio16.c      |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r c480e2abfb84 -r b4a296c70438 sys/dev/sbus/bwtwo_sbus.c
--- a/sys/dev/sbus/bwtwo_sbus.c Thu May 16 11:44:22 2002 +0000
+++ b/sys/dev/sbus/bwtwo_sbus.c Thu May 16 11:45:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bwtwo_sbus.c,v 1.6 2002/03/11 16:00:55 pk Exp $ */
+/*     $NetBSD: bwtwo_sbus.c,v 1.6.4.1 2002/05/16 11:45:23 gehenna Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.6 2002/03/11 16:00:55 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.6.4.1 2002/05/16 11:45:23 gehenna Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -103,7 +103,6 @@
 
 #include <machine/autoconf.h>
 #include <machine/eeprom.h>
-#include <machine/conf.h>
 
 #include <dev/sbus/sbusvar.h>
 
diff -r c480e2abfb84 -r b4a296c70438 sys/dev/sbus/sio16.c
--- a/sys/dev/sbus/sio16.c      Thu May 16 11:44:22 2002 +0000
+++ b/sys/dev/sbus/sio16.c      Thu May 16 11:45:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sio16.c,v 1.4 2002/03/20 20:39:15 eeh Exp $    */
+/*     $NetBSD: sio16.c,v 1.4.4.1 2002/05/16 11:45:23 gehenna Exp $    */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.4 2002/03/20 20:39:15 eeh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.4.4.1 2002/05/16 11:45:23 gehenna Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -46,7 +46,6 @@
 #include <sys/systm.h>
 
 #include <machine/autoconf.h>
-#include <machine/conf.h>
 
 #include <dev/ic/cd18xxvar.h>
 #include <dev/ic/cd18xxreg.h>



Home | Main Index | Thread Index | Old Index