Remove the definition of the cpu_softc structure from here.
This commit is contained in:
parent
94a7e32beb
commit
cce74dbcca
|
@ -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.
|
* Copyright (c) 1995 Mark Brinicombe.
|
||||||
|
@ -143,12 +143,6 @@ typedef struct _cpu {
|
||||||
void *cpu_cd; /* CPU dependant data */
|
void *cpu_cd; /* CPU dependant data */
|
||||||
} cpu_t;
|
} cpu_t;
|
||||||
|
|
||||||
|
|
||||||
struct cpu_softc {
|
|
||||||
struct device sc_device;
|
|
||||||
int sc_open;
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef _KERNEL
|
#ifdef _KERNEL
|
||||||
|
|
||||||
/* Array of cpu structures, one per possible cpu */
|
/* Array of cpu structures, one per possible cpu */
|
||||||
|
|
Loading…
Reference in New Issue