Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove an unneeded #include. This makes the fil...



details:   https://anonhg.NetBSD.org/src/rev/06daf840ac8b
branches:  trunk
changeset: 514292:06daf840ac8b
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Aug 27 22:18:49 2001 +0000

description:
Remove an unneeded #include.  This makes the file compilable on more
platforms.

diffstat:

 sys/dev/pci/if_hme_pci.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 86f950003c81 -r 06daf840ac8b sys/dev/pci/if_hme_pci.c
--- a/sys/dev/pci/if_hme_pci.c  Mon Aug 27 22:17:29 2001 +0000
+++ b/sys/dev/pci/if_hme_pci.c  Mon Aug 27 22:18:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $        */
+/*     $NetBSD: if_hme_pci.c,v 1.4 2001/08/27 22:18:49 augustss Exp $  */
 
 /*
  * Copyright (c) 2000 Matthew R. Green
@@ -47,7 +47,6 @@
 #include <dev/mii/mii.h>
 #include <dev/mii/miivar.h>
 
-#include <machine/autoconf.h>
 #include <machine/cpu.h>
 
 #include <dev/pci/pcivar.h>



Home | Main Index | Thread Index | Old Index