summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdhcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sdmmc/sdhcvar.h')
-rw-r--r--sys/dev/sdmmc/sdhcvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sdhcvar.h b/sys/dev/sdmmc/sdhcvar.h
index ae035232689..ac16eac30d6 100644
--- a/sys/dev/sdmmc/sdhcvar.h
+++ b/sys/dev/sdmmc/sdhcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdhcvar.h,v 1.4 2010/08/27 15:41:43 deraadt Exp $ */
+/* $OpenBSD: sdhcvar.h,v 1.5 2010/09/07 16:21:46 deraadt Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -34,7 +34,6 @@ struct sdhc_softc {
int sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,
bus_space_handle_t, bus_size_t, int);
int sdhc_activate(struct device *, int);
-void sdhc_powerhook(int, void *);
void sdhc_shutdown(void *);
int sdhc_intr(void *);