summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-02-20 19:13:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-02-20 19:13:39 +0000
commita83759dac81b1bd3c2d446be7922897d5df3a6c5 (patch)
tree99799496053b7cbd83a968b0171d19170274758d /sys/arch/sgi
parentb64a4b43e18473c2dab6c606ac57aa8f966612e5 (diff)
More dead includes and functions noone will mourn.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/include/bus.h4
-rw-r--r--sys/arch/sgi/include/pio.h5
-rw-r--r--sys/arch/sgi/sgi/machdep.c3
3 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/sgi/include/bus.h b/sys/arch/sgi/include/bus.h
index b1ed0bbf8be..1a47d7e57f5 100644
--- a/sys/arch/sgi/include/bus.h
+++ b/sys/arch/sgi/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.7 2007/11/27 14:11:06 jsing Exp $ */
+/* $OpenBSD: bus.h,v 1.8 2008/02/20 19:13:38 miod Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB Sweden. All rights reserved.
@@ -27,8 +27,6 @@
#ifndef _MACHINE_BUS_H_
#define _MACHINE_BUS_H_
-#include <machine/pio.h>
-
#ifdef __STDC__
#define CAT(a,b) a##b
#define CAT3(a,b,c) a##b##c
diff --git a/sys/arch/sgi/include/pio.h b/sys/arch/sgi/include/pio.h
deleted file mode 100644
index d2da74f73fd..00000000000
--- a/sys/arch/sgi/include/pio.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* $OpenBSD: pio.h,v 1.1 2004/08/06 21:12:19 pefo Exp $ */
-
-/* Use Mips generic include file */
-
-#include <mips64/pio.h>
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c
index d912cdb0726..d01d2925fbe 100644
--- a/sys/arch/sgi/sgi/machdep.c
+++ b/sys/arch/sgi/sgi/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.53 2008/02/20 18:46:20 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.54 2008/02/20 19:13:38 miod Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -63,7 +63,6 @@
#include <machine/cpu.h>
#include <machine/frame.h>
-#include <machine/pio.h>
#include <machine/psl.h>
#include <machine/autoconf.h>
#include <machine/memconf.h>