summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2009-05-31 14:11:17 +0000
committerhe <he@NetBSD.org>2009-05-31 14:11:17 +0000
commit6425d6dcfdb79bfd92e57ec95a51e4f98ce596c3 (patch)
tree7e193c3afad95fe1dfa36be47282f93552c721bd /sys/dev/ic
parentf8047b2aa2ffd5b8341e79c002294b027b293826 (diff)
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.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/smc90cx6.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c
index 8fc363899a0..bd60d529a0d 100644
--- a/sys/dev/ic/smc90cx6.c
+++ b/sys/dev/ic/smc90cx6.c
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.59 2009/03/14 15:36:17 dsl Exp $");
#include <sys/bus.h>
#include <sys/cpu.h>
-#include <machine/mtpr.h>
#include <dev/ic/smc90cx6reg.h>
#include <dev/ic/smc90cx6var.h>