summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/pci_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/pci_machdep.h')
-rw-r--r--sys/arch/hppa/include/pci_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pci_machdep.h b/sys/arch/hppa/include/pci_machdep.h
index d5dca28e21a..859bfc029dd 100644
--- a/sys/arch/hppa/include/pci_machdep.h
+++ b/sys/arch/hppa/include/pci_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.h,v 1.3 2008/12/06 19:59:38 tedu Exp $ */
+/* $OpenBSD: pci_machdep.h,v 1.4 2009/07/20 23:40:43 miod Exp $ */
/*
* Copyright (c) 2003 Michael Shalayeff
@@ -77,7 +77,7 @@ struct hppa_pci_chipset_tag {
(*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
#define pci_intr_map(p, ihp) \
(*(p)->pa_pc->pc_intr_map)((p), (ihp))
-#define pci_intr_line(ih) (ih)
+#define pci_intr_line(c, ih) (ih)
#define pci_intr_string(c, ih) \
(*(c)->pc_intr_string)((c)->_cookie, (ih))
#define pci_intr_establish(c, ih, l, h, a, nm) \