summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/sn9c102/sn9c102.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/sn9c102/sn9c102.h')
-rw-r--r--linux/drivers/media/video/sn9c102/sn9c102.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/sn9c102/sn9c102.h b/linux/drivers/media/video/sn9c102/sn9c102.h
index 1fcb7e73d..a6a793d35 100644
--- a/linux/drivers/media/video/sn9c102/sn9c102.h
+++ b/linux/drivers/media/video/sn9c102/sn9c102.h
@@ -36,7 +36,7 @@
#include <linux/rwsem.h>
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
#include <linux/mutex.h>
-#endif
+#endif
#include <linux/string.h>
#include <linux/stddef.h>
@@ -152,7 +152,7 @@ struct sn9c102_device {
struct mutex dev_mutex, fileop_mutex;
#else
struct semaphore dev_mutex, fileop_mutex;
-#endif
+#endif
spinlock_t queue_lock;
wait_queue_head_t open, wait_frame, wait_stream;
};