include "locators.h" explicitely (don't rely on isavar.h doing so)

This commit is contained in:
drochner 2004-09-14 19:57:37 +00:00
parent 9e1c2438c7
commit 61ac7027b3
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: jensenio.c,v 1.9 2004/08/30 15:05:15 drochner Exp $ */
/* $NetBSD: jensenio.c,v 1.10 2004/09/14 19:57:37 drochner Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -50,7 +50,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: jensenio.c,v 1.9 2004/08/30 15:05:15 drochner Exp $");
__KERNEL_RCSID(0, "$NetBSD: jensenio.c,v 1.10 2004/09/14 19:57:37 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -66,6 +66,8 @@ __KERNEL_RCSID(0, "$NetBSD: jensenio.c,v 1.9 2004/08/30 15:05:15 drochner Exp $"
#include <alpha/jensenio/jensenioreg.h>
#include <alpha/jensenio/jenseniovar.h>
#include "locators.h"
#include "eisa.h"
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: ttwoga.c,v 1.8 2004/08/30 15:05:16 drochner Exp $ */
/* $NetBSD: ttwoga.c,v 1.9 2004/09/14 19:57:37 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: ttwoga.c,v 1.8 2004/08/30 15:05:16 drochner Exp $");
__KERNEL_RCSID(0, "$NetBSD: ttwoga.c,v 1.9 2004/09/14 19:57:37 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -67,6 +67,8 @@ __KERNEL_RCSID(0, "$NetBSD: ttwoga.c,v 1.8 2004/08/30 15:05:16 drochner Exp $");
#include <alpha/pci/pci_2100_a500.h>
#endif
#include "locators.h"
int ttwogamatch(struct device *, struct cfdata *, void *);
void ttwogaattach(struct device *, struct device *, void *);