From 67937414624d3b3f65a0cc20237f0f580b395cdc Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Sun, 23 Mar 2008 16:25:00 -0300 Subject: [PATCH] add macro validation for v4l_compat_ioctl32. From: Douglas Schilling Landgraf Added macro CONFIG_COMPAT for v4l_compat_ioctl32. Signed-off-by: Douglas Schilling Landgraf --- linux/drivers/media/video/sn9c102/sn9c102_core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/media/video/sn9c102') diff --git a/linux/drivers/media/video/sn9c102/sn9c102_core.c b/linux/drivers/media/video/sn9c102/sn9c102_core.c index 5740518b0..2c5085df7 100644 --- a/linux/drivers/media/video/sn9c102/sn9c102_core.c +++ b/linux/drivers/media/video/sn9c102/sn9c102_core.c @@ -3228,7 +3228,9 @@ static const struct file_operations sn9c102_fops = { .open = sn9c102_open, .release = sn9c102_release, .ioctl = sn9c102_ioctl, +#ifdef CONFIG_COMPAT .compat_ioctl = v4l_compat_ioctl32, +#endif .read = sn9c102_read, .poll = sn9c102_poll, .mmap = sn9c102_mmap, -- cgit v1.2.3