diff options
-rw-r--r-- | linux/drivers/media/video/compat_ioctl32.c | 3 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/linux/drivers/media/video/compat_ioctl32.c b/linux/drivers/media/video/compat_ioctl32.c index fe1bb13f8..dd6053a80 100644 --- a/linux/drivers/media/video/compat_ioctl32.c +++ b/linux/drivers/media/video/compat_ioctl32.c @@ -2,6 +2,7 @@ #include <linux/compat.h> #include "compat.h" #include <linux/videodev.h> +#include <linux/module.h> #ifdef CONFIG_COMPAT struct video_tuner32 { @@ -275,7 +276,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) case VIDIOCGFBUF32: case VIDIOCSFBUF32: case VIDIOCGFREQ32: - case VIDIOCSFREQ32 + case VIDIOCSFREQ32: ret = do_video_ioctl(file, cmd, arg); break; diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 51119e979..8c7467518 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-11-11 06:59 nshmyrev + + * ../linux/drivers/media/video/compat_ioctl32.c: + + - More build fixes for compat_ioctl32. + + Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> + 2005-11-11 01:23 mkrufky * ../linux/drivers/media/video/saa7127.c: (saa7127_set_vps), |