Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia remove unneeded include "opt_awi.h"



details:   https://anonhg.NetBSD.org/src/rev/725619a05e29
branches:  trunk
changeset: 494279:725619a05e29
user:      onoe <onoe%NetBSD.org@localhost>
date:      Wed Jul 05 02:27:25 2000 +0000

description:
remove unneeded include "opt_awi.h"

diffstat:

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

diffs (17 lines):

diff -r 7427fc9414e3 -r 725619a05e29 sys/dev/pcmcia/if_awi_pcmcia.c
--- a/sys/dev/pcmcia/if_awi_pcmcia.c    Wed Jul 05 02:24:11 2000 +0000
+++ b/sys/dev/pcmcia/if_awi_pcmcia.c    Wed Jul 05 02:27:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_awi_pcmcia.c,v 1.16 2000/06/09 13:05:02 onoe Exp $ */
+/* $NetBSD: if_awi_pcmcia.c,v 1.17 2000/07/05 02:27:25 onoe Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -44,7 +44,6 @@
  * DS cards based on the same chipset.
  */
 
-#include "opt_awi.h"
 #include "opt_inet.h"
 #include "opt_ns.h"
 #include "bpfilter.h"



Home | Main Index | Thread Index | Old Index