aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/go7007/snd-go7007.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-15 11:07:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:13:37 -0300
commitfd9a40da1db372833e1af6397d2f6c94ceff3dad (patch)
treeedd301e5fffb4f62ffa504f917e11443b28eed17 /drivers/staging/go7007/snd-go7007.c
parent028d4c989ab9e839471739332d185f8f158b0043 (diff)
V4L/DVB (12859): go7007: semaphore -> mutex conversion
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/go7007/snd-go7007.c')
-rw-r--r--drivers/staging/go7007/snd-go7007.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/go7007/snd-go7007.c b/drivers/staging/go7007/snd-go7007.c
index cd19be6c00e..03c4dfc138a 100644
--- a/drivers/staging/go7007/snd-go7007.c
+++ b/drivers/staging/go7007/snd-go7007.c
@@ -26,7 +26,7 @@
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/i2c.h>
-#include <linux/semaphore.h>
+#include <linux/mutex.h>
#include <linux/uaccess.h>
#include <asm/system.h>
#include <sound/core.h>