summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-06-03 03:53:48 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-06-03 03:53:48 +0000
commit197750e7788e1a8d68dab5866e29c6adfe58a4d9 (patch)
tree480832d9bf2cd101d9df2cfb4fc392a5c1bed68f /sys/dev/sdmmc/sdmmc.c
parent473ce5e5393eec33250a56e7099e936f185b4c6e (diff)
prettier function declaration
Diffstat (limited to 'sys/dev/sdmmc/sdmmc.c')
-rw-r--r--sys/dev/sdmmc/sdmmc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sdmmc/sdmmc.c b/sys/dev/sdmmc/sdmmc.c
index 14cfa47908e..0e84137f764 100644
--- a/sys/dev/sdmmc/sdmmc.c
+++ b/sys/dev/sdmmc/sdmmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdmmc.c,v 1.4 2006/06/01 22:33:37 uwe Exp $ */
+/* $OpenBSD: sdmmc.c,v 1.5 2006/06/03 03:53:47 martin Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -44,8 +44,7 @@ int sdmmc_enable(struct sdmmc_softc *);
void sdmmc_disable(struct sdmmc_softc *);
int sdmmc_scan(struct sdmmc_softc *);
int sdmmc_init(struct sdmmc_softc *);
-int sdmmc_set_bus_width(struct sdmmc_softc *,
- struct sdmmc_function *);
+int sdmmc_set_bus_width(struct sdmmc_softc *, struct sdmmc_function *);
#ifdef SDMMC_DEBUG
#define DPRINTF(s) printf s