Module Name:    src
Committed By:   christos
Date:           Fri May 10 16:37:10 UTC 2013

Modified Files:
        src/sys/dev/pci: if_bge.c

Log Message:
no need for vlan.h here.


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/sys/dev/pci/if_bge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.241 src/sys/dev/pci/if_bge.c:1.242
--- src/sys/dev/pci/if_bge.c:1.241	Wed May  8 00:05:46 2013
+++ src/sys/dev/pci/if_bge.c	Fri May 10 12:37:10 2013
@@ -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>

Reply via email to