X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/5e4280d05cad56ce9c9d259d23e209d60609f371..e98bcb27e2fa94039025d2a2069fc90fc1f246e5:/sys/bus/isa/x86_64/isa_device.h diff --git a/sys/bus/isa/x86_64/isa_device.h b/sys/bus/isa/x86_64/isa_device.h index 4864a98cfe..ec4b687630 100644 --- a/sys/bus/isa/x86_64/isa_device.h +++ b/sys/bus/isa/x86_64/isa_device.h @@ -81,8 +81,4 @@ struct isa_driver { int sensitive_hw; /* true if other probes confuse us */ }; -#ifdef _KERNEL -int isa_compat_nextid (void); -#endif - #endif /* !_BUS_ISA_ARCH_ISA_DEVICE_H_ */