Module Name: src
Committed By: uebayasi
Date: Sat Nov 13 08:54:23 UTC 2010
Modified Files:
src/sys/dev/ic: atw.c
Log Message:
Include sys/proc.h for curproc.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/dev/ic/atw.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/ic/atw.c
diff -u src/sys/dev/ic/atw.c:1.151 src/sys/dev/ic/atw.c:1.152
--- src/sys/dev/ic/atw.c:1.151 Mon Apr 5 07:19:33 2010
+++ src/sys/dev/ic/atw.c Sat Nov 13 08:54:23 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $ */
+/* $NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $");
#include <sys/param.h>
@@ -49,12 +49,11 @@
#include <sys/device.h>
#include <sys/kauth.h>
#include <sys/time.h>
+#include <sys/proc.h>
#include <lib/libkern/libkern.h>
#include <machine/endian.h>
-#include <uvm/uvm_extern.h>
-
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>