Be consistent with applying __HAVE_PCI_CONF_HOOK around bcmpax_conf_hook

implementation as well.  Fixes build for BCM5301X evbarm kernel.
This commit is contained in:
he 2012-09-16 12:10:57 +00:00
parent 6fdd74c593
commit b4a9a21535
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(1, "$NetBSD: bcm53xx_pax.c,v 1.2 2012/09/14 04:53:58 matt Exp $");
__KERNEL_RCSID(1, "$NetBSD: bcm53xx_pax.c,v 1.3 2012/09/16 12:10:57 he Exp $");
#include <sys/bus.h>
#include <sys/device.h>
@ -367,6 +367,7 @@ bcmpax_conf_interrupt(void *v, int bus, int dev, int ipin, int swiz, int *ilinep
*ilinep = 5; /* (ipin + swiz) & 3; */
}
#ifdef __HAVE_PCI_CONF_HOOK
static int
bcmpax_conf_hook(void *v, int bus, int dev, int func, pcireg_t id)
{
@ -375,6 +376,7 @@ bcmpax_conf_hook(void *v, int bus, int dev, int func, pcireg_t id)
return PCI_CONF_ENABLE_MEM | PCI_CONF_MAP_MEM;
}
#endif
static int
bcmpax_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *pihp)