Fix a warning (#include the apic_next_irq() prototype for APIC_IO)

This commit is contained in:
Peter Wemm 1998-11-09 08:03:01 +00:00
parent 497e02e364
commit dd31125d72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41029

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $Id: pci_compat.c,v 1.11 1998/09/15 08:21:09 gibbs Exp $ * $Id: pci_compat.c,v 1.12 1998/10/06 14:18:40 dfr Exp $
* *
*/ */
@ -48,6 +48,10 @@
#include <sys/drvresource.h> #include <sys/drvresource.h>
#endif #endif
#ifdef APIC_IO
#include <machine/smp.h>
#endif
#ifdef PCI_COMPAT #ifdef PCI_COMPAT
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */