diff options
-rw-r--r-- | sys/i386/isa/isa_device.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index bf7c7a9..726a068 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.41 1997/05/31 09:07:36 peter Exp $ + * $Id: isa_device.h,v 1.42 1997/06/02 08:19:05 dfr Exp $ */ #ifndef _I386_ISA_ISA_DEVICE_H_ @@ -95,8 +95,6 @@ struct isa_driver { int sensitive_hw; /* true if other probes confuse us */ }; -#define ISA_EXTERNALLEN (sizeof(struct isa_device)) - #ifdef KERNEL extern struct isa_device isa_biotab_fdc[]; |