diff options
Diffstat (limited to 'sys/dev/pci/ahci.c')
-rw-r--r-- | sys/dev/pci/ahci.c | 7 |
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; |