Module Name: src
Committed By: he
Date: Sun May 31 14:11:18 UTC 2009
Modified Files:
src/sys/dev/ic: smc90cx6.c
Log Message:
Don't include <machine/mtpr.h> anymore since it has been removed
(at least from the amiga port) and appears to no longer be required.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/ic/smc90cx6.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/smc90cx6.c
diff -u src/sys/dev/ic/smc90cx6.c:1.59 src/sys/dev/ic/smc90cx6.c:1.60
--- src/sys/dev/ic/smc90cx6.c:1.59 Sat Mar 14 15:36:17 2009
+++ src/sys/dev/ic/smc90cx6.c Sun May 31 14:11:17 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: smc90cx6.c,v 1.59 2009/03/14 15:36:17 dsl Exp $ */
+/* $NetBSD: smc90cx6.c,v 1.60 2009/05/31 14:11:17 he Exp $ */
/*-
* Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.59 2009/03/14 15:36:17 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.60 2009/05/31 14:11:17 he Exp $");
/* #define BAHSOFTCOPY */
#define BAHRETRANSMIT /**/
@@ -77,7 +77,6 @@
#include <sys/bus.h>
#include <sys/cpu.h>
-#include <machine/mtpr.h>
#include <dev/ic/smc90cx6reg.h>
#include <dev/ic/smc90cx6var.h>