summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/xd.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-20 00:20:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-20 00:20:39 +0000
commit4a3b1b8a35be0db2915acc346b4a73527b9a2287 (patch)
treec8a6f17861cb769a7690286f8d259672cff2c657 /sys/arch/sparc/dev/xd.c
parent39761e74371aa5f4493460919c8ac3a1c8b63586 (diff)
Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on
sparc and remove unused sun_dkioctl(). No functional change.
Diffstat (limited to 'sys/arch/sparc/dev/xd.c')
-rw-r--r--sys/arch/sparc/dev/xd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c
index 426bb623fbf..550e3877ebb 100644
--- a/sys/arch/sparc/dev/xd.c
+++ b/sys/arch/sparc/dev/xd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xd.c,v 1.29 2004/09/29 07:35:11 miod Exp $ */
+/* $OpenBSD: xd.c,v 1.30 2006/01/20 00:20:38 miod Exp $ */
/* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */
/*
@@ -79,7 +79,7 @@
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
-#include <machine/sun_disklabel.h>
+#include <dev/sun/disklabel.h>
#include <machine/conf.h>
#include <sparc/dev/xdreg.h>