Module Name:    src
Committed By:   matt
Date:           Wed Dec 15 00:06:47 UTC 2010

Modified Files:
        src/sys/arch/mips/atheros: ar5312.c

Log Message:
make this compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/atheros/ar5312.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/arch/mips/atheros/ar5312.c
diff -u src/sys/arch/mips/atheros/ar5312.c:1.6 src/sys/arch/mips/atheros/ar5312.c:1.7
--- src/sys/arch/mips/atheros/ar5312.c:1.6	Fri Jan 22 08:56:05 2010
+++ src/sys/arch/mips/atheros/ar5312.c	Wed Dec 15 00:06:47 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: ar5312.c,v 1.6 2010/01/22 08:56:05 martin Exp $ */
+/* $NetBSD: ar5312.c,v 1.7 2010/12/15 00:06:47 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -52,6 +52,7 @@
 #include "opt_memsize.h"
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/device.h>
 #include <sys/kernel.h>
 #include <sys/buf.h>
 

Reply via email to