svn commit: r259161 - head/sys/mips/cavium/octe

Juli Mallett jmallett at FreeBSD.org
Tue Dec 10 09:38:19 UTC 2013


Author: jmallett
Date: Tue Dec 10 09:38:18 2013
New Revision: 259161
URL: http://svnweb.freebsd.org/changeset/base/259161

Log:
  Add missing includes.

Modified:
  head/sys/mips/cavium/octe/cavium-ethernet.h
  head/sys/mips/cavium/octe/ethernet-mv88e61xx.c

Modified: head/sys/mips/cavium/octe/cavium-ethernet.h
==============================================================================
--- head/sys/mips/cavium/octe/cavium-ethernet.h	Tue Dec 10 09:14:11 2013	(r259160)
+++ head/sys/mips/cavium/octe/cavium-ethernet.h	Tue Dec 10 09:38:18 2013	(r259161)
@@ -38,7 +38,9 @@ AND WITH ALL FAULTS AND CAVIUM  NETWORKS
 #ifndef CAVIUM_ETHERNET_H
 #define CAVIUM_ETHERNET_H
 
+#include <sys/taskqueue.h>
 #include <net/if_media.h>
+#include <net/ifq.h>
 
 /**
  * This is the definition of the Ethernet driver's private

Modified: head/sys/mips/cavium/octe/ethernet-mv88e61xx.c
==============================================================================
--- head/sys/mips/cavium/octe/ethernet-mv88e61xx.c	Tue Dec 10 09:14:11 2013	(r259160)
+++ head/sys/mips/cavium/octe/ethernet-mv88e61xx.c	Tue Dec 10 09:38:18 2013	(r259161)
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
 
 #include <net/ethernet.h>
 #include <net/if.h>
+#include <net/if_var.h>
 
 #include "wrapper-cvmx-includes.h"
 #include "ethernet-headers.h"


More information about the svn-src-head mailing list