From 669e3289f8ad1bef0a7983ad124d90f6aef32306 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Mon, 11 Dec 2006 12:48:02 +0000 Subject: oops, too far for the match/attach funcs --- sys/dev/pci/ahci.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/pci/ahci.c') 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 @@ -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; -- cgit v1.2.3