diff options
Diffstat (limited to 'sys/dev/pci/sdhc_pci.c')
-rw-r--r-- | sys/dev/pci/sdhc_pci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/sdhc_pci.c b/sys/dev/pci/sdhc_pci.c index c9bd33d6446..32225b63dea 100644 --- a/sys/dev/pci/sdhc_pci.c +++ b/sys/dev/pci/sdhc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdhc_pci.c,v 1.9 2010/08/27 15:41:42 deraadt Exp $ */ +/* $OpenBSD: sdhc_pci.c,v 1.10 2010/09/07 16:21:46 deraadt Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -143,9 +143,8 @@ sdhc_pci_attach(struct device *parent, struct device *self, void *aux) } /* - * Establish power and shutdown hooks. + * Establish shutdown hooks. */ - (void)powerhook_establish(sdhc_powerhook, &sc->sc); (void)shutdownhook_establish(sdhc_shutdown, &sc->sc); } |