V4L/DVB (3757): Fix alignment after the replacement from semaphore to muxex

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Trent Piepho 2006-04-09 18:48:04 -03:00 committed by Mauro Carvalho Chehab
parent 5d7dc8c4f6
commit 7d0dc26952
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ enum v4l_camstates {
struct cam_data {
struct list_head cam_data_list;
struct mutex busy_lock; /* guard against SMP multithreading */
struct mutex busy_lock; /* guard against SMP multithreading */
struct cpia_camera_ops *ops; /* lowlevel driver operations */
void *lowlevel_data; /* private data for lowlevel driver */
u8 *raw_image; /* buffer for raw image data */