diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-06 09:06:22 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-06 09:06:22 +0000 |
commit | e1b074100bf436b22906343d6b9b0502c21a5cd4 (patch) | |
tree | b1c2af1586851c3e20262852b2991f21c2e3d283 /sys/dev/acpi/acpibat.c | |
parent | 9a96907658a3e26796c6c68f7c9819fc128563ae (diff) |
Sudden newline
Diffstat (limited to 'sys/dev/acpi/acpibat.c')
-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); */ |