diff options
author | 2015-10-29 23:08:45 +0000 | |
---|---|---|
committer | 2015-10-29 23:08:45 +0000 | |
commit | 867501f5b0717e4fe911c648bbdc73ea9ba07656 (patch) | |
tree | 9931d4585445473151f54c3e3bcc2585c59352ac | |
parent | crontab needs "proc" for fork(2) (diff) | |
download | wireguard-openbsd-867501f5b0717e4fe911c648bbdc73ea9ba07656.tar.xz wireguard-openbsd-867501f5b0717e4fe911c648bbdc73ea9ba07656.zip |
Remove duplicated prototype.
-rw-r--r-- | sys/arch/amd64/include/pci_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/pci_machdep.h b/sys/arch/amd64/include/pci_machdep.h index 0f1ad48103f..09ad9888707 100644 --- a/sys/arch/amd64/include/pci_machdep.h +++ b/sys/arch/amd64/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.23 2015/07/17 22:42:09 kettenis Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.24 2015/10/29 23:08:45 miod Exp $ */ /* $NetBSD: pci_machdep.h,v 1.1 2003/02/26 21:26:11 fvdl Exp $ */ /* @@ -88,8 +88,6 @@ const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t); void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t, int, int (*)(void *), void *, const char *); void pci_intr_disestablish(pci_chipset_tag_t, void *); -void pci_decompose_tag(pci_chipset_tag_t, pcitag_t, - int *, int *, int *); #define pci_probe_device_hook(c, a) (0) void pci_dev_postattach(struct device *, struct pci_attach_args *); |