summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-12-11 12:48:02 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-12-11 12:48:02 +0000
commit669e3289f8ad1bef0a7983ad124d90f6aef32306 (patch)
tree5b9ba258e24601eb55b23dea91b0f1f3c4c6f2fb
parent13491943edda6e34b6779f1e7e8d511af60d7321 (diff)
oops, too far for the match/attach funcs
-rw-r--r--sys/dev/pci/ahci.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c
index e14b2734ee1..80e427ab887 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.14 2006/12/11 12:46:12 dlg Exp $ */
+/* $OpenBSD: ahci.c,v 1.15 2006/12/11 12:48:01 dlg Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -110,9 +110,8 @@ static const struct pci_matchid ahci_devices[] = {
{ PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB361 }
};
-int ahci_match(struct device *, void *, void *);
-void ahci_attach(struct device *, struct device *,
- void *);
+int ahci_match(struct device *, void *, void *);
+void ahci_attach(struct device *, struct device *, void *);
struct ahci_softc {
struct device sc_dev;