summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-08-29 23:06:53 +0000
committerderaadt <deraadt@openbsd.org>2010-08-29 23:06:53 +0000
commita69e189c89665ca7e769674007ea864cee153aa1 (patch)
treeba444142519cb2b7732147d011d2b1f3e20fb7ba
parentwdcactivate() can go since it is just a wrapper around (diff)
downloadwireguard-openbsd-a69e189c89665ca7e769674007ea864cee153aa1.tar.xz
wireguard-openbsd-a69e189c89665ca7e769674007ea864cee153aa1.zip
s/wdcactivate/config_activate_children/
-rw-r--r--sys/arch/macppc/dev/wdc_obio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/wdc_obio.c b/sys/arch/macppc/dev/wdc_obio.c
index 71161f4cd84..4cffb247132 100644
--- a/sys/arch/macppc/dev/wdc_obio.c
+++ b/sys/arch/macppc/dev/wdc_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc_obio.c,v 1.27 2008/06/26 05:42:12 ray Exp $ */
+/* $OpenBSD: wdc_obio.c,v 1.28 2010/08/29 23:06:53 deraadt Exp $ */
/* $NetBSD: wdc_obio.c,v 1.15 2001/07/25 20:26:33 bouyer Exp $ */
/*-
@@ -92,7 +92,7 @@ int wdc_obio_detach(struct device *, int);
struct cfattach wdc_obio_ca = {
sizeof(struct wdc_obio_softc), wdc_obio_probe, wdc_obio_attach,
- wdc_obio_detach, wdcactivate
+ wdc_obio_detach, config_activate_children
};
int wdc_obio_dma_init(void *, int, int, void *, size_t, int);