From cce74dbcca5e6b3268ee74d35792b1e72d0f1cd2 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 1 May 1998 15:32:55 +0000 Subject: [PATCH] Remove the definition of the cpu_softc structure from here. --- sys/arch/arm32/include/cpus.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/arch/arm32/include/cpus.h b/sys/arch/arm32/include/cpus.h index 094556e4c015..5be125d19767 100644 --- a/sys/arch/arm32/include/cpus.h +++ b/sys/arch/arm32/include/cpus.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpus.h,v 1.5 1997/10/14 09:20:08 mark Exp $ */ +/* $NetBSD: cpus.h,v 1.6 1998/05/01 15:32:55 mark Exp $ */ /* * Copyright (c) 1995 Mark Brinicombe. @@ -143,12 +143,6 @@ typedef struct _cpu { void *cpu_cd; /* CPU dependant data */ } cpu_t; - -struct cpu_softc { - struct device sc_device; - int sc_open; -}; - #ifdef _KERNEL /* Array of cpu structures, one per possible cpu */