diff options
Diffstat (limited to 'sys/dev/ic/acx111.c')
-rw-r--r-- | sys/dev/ic/acx111.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 61b70a75075..3862ede0e57 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.8 2006/08/06 14:23:28 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.9 2006/08/14 06:53:26 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -73,8 +73,6 @@ #include <dev/pci/pcireg.h> -#define ACX_DEBUG - #include <dev/ic/acxvar.h> #include <dev/ic/acxreg.h> |