From f1e940da2ce33a9b48e62632c7f838b298097609 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 6 Feb 2006 14:00:54 -0500 Subject: sem2mutex: fix local build and backwards-compatability From: Michael Krufky Patch 3320 breaks our repository. This should fix it. Signed-off-by: Michael Krufky --- linux/include/media/video-buf-dvb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/include') diff --git a/linux/include/media/video-buf-dvb.h b/linux/include/media/video-buf-dvb.h index 49cb08d75..8dcaad6a1 100644 --- a/linux/include/media/video-buf-dvb.h +++ b/linux/include/media/video-buf-dvb.h @@ -12,7 +12,7 @@ struct videobuf_dvb { struct videobuf_queue dvbq; /* video-buf-dvb state info */ -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15) struct mutex lock; #else struct semaphore lock; -- cgit v1.2.3