diff options
| author | christos <christos@NetBSD.org> | 2003-09-25 21:55:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-09-25 21:55:49 +0000 |
| commit | 7da4d27c128b853abf882db57d6bce4f1f989cc3 (patch) | |
| tree | ce89a4157b8719d474665d82f1d3e0f1bf3a89f3 /sys/dev | |
| parent | 22a8408da0d4dda2319daec3266309f931725ed8 (diff) | |
imake this compile again.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/fdc_acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/fdc_acpi.c b/sys/dev/acpi/fdc_acpi.c index c5609e578c0..35d03e1caca 100644 --- a/sys/dev/acpi/fdc_acpi.c +++ b/sys/dev/acpi/fdc_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdc_acpi.c,v 1.12 2003/09/25 19:06:19 mycroft Exp $ */ +/* $NetBSD: fdc_acpi.c,v 1.13 2003/09/25 21:55:49 christos Exp $ */ /* * Copyright (c) 2002 Jared D. McNeill <jmcneill@invisible.ca> @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.12 2003/09/25 19:06:19 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.13 2003/09/25 21:55:49 christos Exp $"); #include "rnd.h" @@ -234,7 +234,7 @@ fdc_acpi_attach(struct device *parent, struct device *self, void *aux) #endif } - fdcattach(fdc); + fdcattach(sc); } static int |
