diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-18 13:54:03 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-18 13:54:03 +0000 |
commit | 0c682712e5cdb7bf21b9eae4b94221fb52dac653 (patch) | |
tree | 446c0660f6b4faf646c83b8968865bcf2d14ac63 /linux/include | |
parent | ef49968c90aa8c4ee3ada552bcf5833e3c942285 (diff) | |
download | mediapointer-dvb-s2-0c682712e5cdb7bf21b9eae4b94221fb52dac653.tar.gz mediapointer-dvb-s2-0c682712e5cdb7bf21b9eae4b94221fb52dac653.tar.bz2 |
- Commented obsoleted stuff at videodev headers.
- Removed reference to owner on video_device on em2820.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev.h | 2 | ||||
-rw-r--r-- | linux/include/linux/videodev2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/linux/videodev.h b/linux/include/linux/videodev.h index 2f2bb1c84..2ad4ee8c8 100644 --- a/linux/include/linux/videodev.h +++ b/linux/include/linux/videodev.h @@ -29,7 +29,7 @@ video_device_remove_file(struct video_device *vfd, } #endif -#if 1 /* to be removed in 2.7.x */ +#if 0 /* to be removed in 2.7.x */ /* helper functions to access driver private data. */ static inline void *video_get_drvdata(struct video_device *dev) { diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 24a4978bc..de847e81a 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -68,7 +68,7 @@ struct video_device int (*initialize)(struct video_device *); #endif -#if 1 /* to be removed in 2.7.x */ +#if 0 /* to be removed in 2.7.x */ /* obsolete -- fops->owner is used instead */ struct module *owner; /* dev->driver_data will be used instead some day. |