diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:22 -0500 |
commit | 1a9ca74d22065355d61bb6395590378040e7366d (patch) | |
tree | 1be03de84590cf27b20d78121db0b59bc3ef4db0 /include/linux/videodev2.h | |
parent | 86bb4a215d152111f20daeb2a530f064afee8542 (diff) |
[PATCH] v4l: 815: commented obsoleted stuff at videodev headers
- Commented obsoleted stuff at videodev headers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index df0f9a24944a..65829a510aca 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -50,13 +50,6 @@ struct video_device | |||
50 | void (*release)(struct video_device *vfd); | 50 | void (*release)(struct video_device *vfd); |
51 | 51 | ||
52 | 52 | ||
53 | /* obsolete -- fops->owner is used instead */ | ||
54 | struct module *owner; | ||
55 | /* dev->driver_data will be used instead some day. | ||
56 | * Use the video_{get|set}_drvdata() helper functions, | ||
57 | * so the switch over will be transparent for you. | ||
58 | * Or use {pci|usb}_{get|set}_drvdata() directly. */ | ||
59 | void *priv; | ||
60 | 53 | ||
61 | /* for videodev.c intenal usage -- please don't touch */ | 54 | /* for videodev.c intenal usage -- please don't touch */ |
62 | int users; /* video_exclusive_{open|close} ... */ | 55 | int users; /* video_exclusive_{open|close} ... */ |