diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-06 21:18:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-06 21:18:44 -0300 |
commit | cf2dd5ced9bcd10541403a7fb3e3c6ab7084e038 (patch) | |
tree | 10dd0fac329510fa4e53ca9558134b38cfa54576 /linux/include | |
parent | ed3550c9b792d1b469cb0b56719b635a2d6ea808 (diff) | |
download | mediapointer-dvb-s2-cf2dd5ced9bcd10541403a7fb3e3c6ab7084e038.tar.gz mediapointer-dvb-s2-cf2dd5ced9bcd10541403a7fb3e3c6ab7084e038.tar.bz2 |
Fixes lots of small errors at videodev.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/v4l2-dev.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |