diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2006-12-10 11:31:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 11:52:18 -0500 |
commit | 1de1bf06330920802d3b7646a088965bdd918356 (patch) | |
tree | 9b129e079739fb867b6c248c0d33d0a742d91eaf /drivers/media/video/usbvision/usbvision.h | |
parent | 67952e8cb111c5b2f9e675dba1bbde4876f9fcf3 (diff) |
V4L/DVB 4949b: Fix container_of pointer retreival
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/usbvision/usbvision.h')
-rw-r--r-- | drivers/media/video/usbvision/usbvision.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h index 782abf4ffaab..0e7e3d653cac 100644 --- a/drivers/media/video/usbvision/usbvision.h +++ b/drivers/media/video/usbvision/usbvision.h | |||
@@ -381,8 +381,6 @@ struct usb_usbvision { | |||
381 | struct video_device *rdev; /* Radio Device */ | 381 | struct video_device *rdev; /* Radio Device */ |
382 | struct video_device *vbi; /* VBI Device */ | 382 | struct video_device *vbi; /* VBI Device */ |
383 | 383 | ||
384 | struct work_struct work; | ||
385 | |||
386 | /* i2c Declaration Section*/ | 384 | /* i2c Declaration Section*/ |
387 | struct i2c_adapter i2c_adap; | 385 | struct i2c_adapter i2c_adap; |
388 | struct i2c_algo_usb_data i2c_algo; | 386 | struct i2c_algo_usb_data i2c_algo; |