Fix a warning (the prototypes probably shouldn't be so over-zealously

#ifdef'ed though)
This commit is contained in:
Peter Wemm 2001-01-19 09:07:16 +00:00
parent 1d33852a18
commit dfb1071f3c
4 changed files with 4 additions and 4 deletions

View File

@ -63,8 +63,8 @@
#include <sys/bus.h>
#if defined(APIC_IO)
#include <machine/smp.h>
#include <machine/smptests.h> /** FAST_HI */
#include <machine/smp.h>
#include <machine/resource.h>
#endif /* APIC_IO */
#ifdef PC98

View File

@ -63,8 +63,8 @@
#include <sys/bus.h>
#if defined(APIC_IO)
#include <machine/smp.h>
#include <machine/smptests.h> /** FAST_HI */
#include <machine/smp.h>
#include <machine/resource.h>
#endif /* APIC_IO */
#ifdef PC98

View File

@ -63,8 +63,8 @@
#include <sys/bus.h>
#if defined(APIC_IO)
#include <machine/smp.h>
#include <machine/smptests.h> /** FAST_HI */
#include <machine/smp.h>
#include <machine/resource.h>
#endif /* APIC_IO */
#ifdef PC98

View File

@ -63,8 +63,8 @@
#include <sys/bus.h>
#if defined(APIC_IO)
#include <machine/smp.h>
#include <machine/smptests.h> /** FAST_HI */
#include <machine/smp.h>
#include <machine/resource.h>
#endif /* APIC_IO */
#ifdef PC98