diff options
author | 2006-01-06 09:06:21 +0000 | |
---|---|---|
committer | 2006-01-06 09:06:21 +0000 | |
commit | 0fd2ce9625a405c74b40d441bdcd6f5636502998 (patch) | |
tree | 944f04c1b5e0751b9542521773d8c241e85307ca | |
parent | Check for ACPI control availability only if ACPI_ENABLE defined. (diff) | |
download | wireguard-openbsd-0fd2ce9625a405c74b40d441bdcd6f5636502998.tar.xz wireguard-openbsd-0fd2ce9625a405c74b40d441bdcd6f5636502998.zip |
Sudden newline
-rw-r--r-- | sys/dev/acpi/acpibat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpibat.c b/sys/dev/acpi/acpibat.c index e9459aa524a..335e236a919 100644 --- a/sys/dev/acpi/acpibat.c +++ b/sys/dev/acpi/acpibat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpibat.c,v 1.7 2005/12/30 05:59:40 tedu Exp $ */ +/* $OpenBSD: acpibat.c,v 1.8 2006/01/06 09:06:21 grange Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -76,8 +76,6 @@ acpibat_attach(struct device *parent, struct device *self, void *aux) struct acpibat_softc *sc = (struct acpibat_softc *) self; struct acpi_attach_args *aa = aux; - printf("\n"); - sc->sc_acpi = (struct acpi_softc *)parent; sc->sc_devnode = aa->aaa_node->child; /* acpibat_getbif(sc); */ |