From 873db335f698dc92ad5bb1724185b94b78cadc90 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 20 Jun 2007 18:15:48 +0000 Subject: b_cylinder does not need to be set on the callpath down into drivers. cpu_disklabel can go away, since nothing anymore needs to use it; ok miod --- sys/arch/vax/include/disklabel.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/vax/include') diff --git a/sys/arch/vax/include/disklabel.h b/sys/arch/vax/include/disklabel.h index cae29811e77..7bc0c1d5fff 100644 --- a/sys/arch/vax/include/disklabel.h +++ b/sys/arch/vax/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.8 2007/06/17 00:27:28 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.9 2007/06/20 18:15:45 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -37,9 +37,4 @@ #define LABELOFFSET 64 /* offset of label in sector */ #define MAXPARTITIONS 16 /* number of partitions */ -#ifndef _LOCORE -struct cpu_disklabel { -}; - -#endif #endif /* _MACHINE_DISKLABEL_H_ */ -- cgit v1.2.3