summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-08-02 17:30:32 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-08-02 17:30:32 +0000
commitf967a1f279fb7050461356dfb8d347ba3622c542 (patch)
treed993166dbd7c6b09c336a7c107e3c7eb11caa6c1 /sys
parentf866f09c53600705111027ace685a3cf09a72c01 (diff)
Woops, remove #undef which was committed by mistake.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 9b82fb0bae5..fc520c9ce9a 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.71 2008/08/02 16:34:45 mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.72 2008/08/02 17:30:31 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -47,7 +47,6 @@
#include <dev/video_if.h>
-#undef UVIDEO_DEBUG
#ifdef UVIDEO_DEBUG
int uvideo_debug = 1;
#define DPRINTF(l, x...) do { if ((l) <= uvideo_debug) printf(x); } while (0)