Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci no need for vlan.h here.



details:   https://anonhg.NetBSD.org/src/rev/274c540cb749
branches:  trunk
changeset: 786785:274c540cb749
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 10 16:37:10 2013 +0000

description:
no need for vlan.h here.

diffstat:

 sys/dev/pci/if_bge.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 1578f5e01d0b -r 274c540cb749 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Fri May 10 16:36:25 2013 +0000
+++ b/sys/dev/pci/if_bge.c      Fri May 10 16:37:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.241 2013/05/08 04:05:46 msaitoh Exp $     */
+/*     $NetBSD: if_bge.c,v 1.242 2013/05/10 16:37:10 christos Exp $    */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,9 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.241 2013/05/08 04:05:46 msaitoh Exp $");
-
-#include "vlan.h"
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.242 2013/05/10 16:37:10 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index