diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-05-28 18:45:24 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-05-28 18:45:24 +0000 |
commit | 6c3a3119902ab4d8b8ee50c346f7595059b22fe8 (patch) | |
tree | a9aa9eebccf68aa20af4c737ca344850f86dc7ff /sys/dev/sdmmc/sdmmc.c | |
parent | 3d25fd3d1b673395cdf62d545d323c99b3cd4b80 (diff) |
don't #undef SDMMC_DEBUG
Diffstat (limited to 'sys/dev/sdmmc/sdmmc.c')
-rw-r--r-- | sys/dev/sdmmc/sdmmc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/sdmmc/sdmmc.c b/sys/dev/sdmmc/sdmmc.c index 5caa81e624c..7bafe907fa5 100644 --- a/sys/dev/sdmmc/sdmmc.c +++ b/sys/dev/sdmmc/sdmmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdmmc.c,v 1.1 2006/05/28 17:21:14 uwe Exp $ */ +/* $OpenBSD: sdmmc.c,v 1.2 2006/05/28 18:45:23 uwe Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -40,8 +40,6 @@ #include <dev/sdmmc/sdmmcreg.h> #include <dev/sdmmc/sdmmcvar.h> -#undef SDMMC_DEBUG - int sdmmc_match(struct device *, void *, void *); void sdmmc_attach(struct device *, struct device *, void *); |