From cf2dd5ced9bcd10541403a7fb3e3c6ab7084e038 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 6 Jun 2006 21:18:44 -0300 Subject: Fixes lots of small errors at videodev. From: Mauro Carvalho Chehab Fixes several small errors at debug; Fixes max line size to 80 columns; Fixes parameter passage to callback functions; Removed unused fh pointer at video_device struct. Signed-off-by: Mauro Carvalho Chehab --- linux/include/media/v4l2-dev.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'linux/include/media') diff --git a/linux/include/media/v4l2-dev.h b/linux/include/media/v4l2-dev.h index d3181cf0e..f43216d68 100644 --- a/linux/include/media/v4l2-dev.h +++ b/linux/include/media/v4l2-dev.h @@ -113,10 +113,6 @@ struct video_device int hardware; int minor; - /* This pointer is passed by parameter to each ioctl handler - and should contain file handler for the device */ - void *fh; - int debug; /* Activates debug level*/ /* Video standard vars */ -- cgit v1.2.3